Skip to content

Add testing of applicable free functions

6f8c142
Select commit
Loading
Failed to load commit list.
Merged

Add testing of applicable free functions for signed integers #173

Add testing of applicable free functions
6f8c142
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 8, 2026 in 0s

97.6% (target 90.0%)

View this Pull Request on Codecov

97.6% (target 90.0%)

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.6%. Comparing base (57048b9) to head (6f8c142).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #173     +/-   ##
=========================================
+ Coverage     97.3%   97.6%   +0.4%     
=========================================
  Files          149     166     +17     
  Lines        11286   12670   +1384     
  Branches      4014    4660    +646     
=========================================
+ Hits         10972   12356   +1384     
  Misses         247     247             
  Partials        67      67             
Files with missing lines Coverage Δ
test/test_signed_abs_diff.cpp 100.0% <100.0%> (ø)
test/test_signed_bounded_charconv.cpp 100.0% <100.0%> (ø)
test/test_signed_bounded_fmt_format.cpp 100.0% <100.0%> (ø)
test/test_signed_bounded_std_format.cpp 100.0% <100.0%> (ø)
test/test_signed_charconv.cpp 100.0% <100.0%> (ø)
test/test_signed_fmt_format.cpp 100.0% <100.0%> (ø)
test/test_signed_gcd.cpp 100.0% <100.0%> (ø)
test/test_signed_lcm.cpp 100.0% <100.0%> (ø)
test/test_signed_limits.cpp 100.0% <100.0%> (ø)
test/test_signed_midpoint.cpp 100.0% <100.0%> (ø)
... and 7 more

... and 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 57048b9...6f8c142. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.