Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test!: Improve coverage in signature and validate #643

Merged
merged 11 commits into from
Nov 8, 2023

Revert "Add `coverage-helper` to ignore validate tests in coverage"

14ab132
Select commit
Loading
Failed to load commit list.
Merged

test!: Improve coverage in signature and validate #643

Revert "Add `coverage-helper` to ignore validate tests in coverage"
14ab132
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 8, 2023 in 0s

80.52% (+0.54%) compared to b71cae6

View this Pull Request on Codecov

80.52% (+0.54%) compared to b71cae6

Details

Codecov Report

Merging #643 (14ab132) into main (b71cae6) will increase coverage by 0.54%.
The diff coverage is 86.23%.

@@            Coverage Diff             @@
##             main     #643      +/-   ##
==========================================
+ Coverage   79.98%   80.52%   +0.54%     
==========================================
  Files          65       66       +1     
  Lines       12088    12198     +110     
  Branches    12088    12198     +110     
==========================================
+ Hits         9669     9823     +154     
+ Misses       1727     1650      -77     
- Partials      692      725      +33     
Files Coverage Δ
src/hugr/validate.rs 86.45% <ø> (+1.64%) ⬆️
src/types/signature.rs 92.90% <100.00%> (+29.11%) ⬆️
src/builder/build_traits.rs 83.29% <87.50%> (+2.22%) ⬆️
src/builder/dataflow.rs 81.79% <54.54%> (-2.56%) ⬇️
src/builder/cfg.rs 81.93% <53.19%> (-4.76%) ⬇️
src/hugr/validate/test.rs 89.65% <89.65%> (ø)

... and 2 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!