Skip to content

Add testing of applicable free functions for signed integers#173

Merged
mborland merged 1 commit intodevelopfrom
170
Apr 8, 2026
Merged

Add testing of applicable free functions for signed integers#173
mborland merged 1 commit intodevelopfrom
170

Conversation

@mborland
Copy link
Copy Markdown
Member

@mborland mborland commented Apr 8, 2026

Closes: #170

@mborland mborland added this to the v0.1.0 milestone Apr 8, 2026
@mborland mborland self-assigned this Apr 8, 2026
@mborland mborland added the Quality Improve testing or CI environment label Apr 8, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.6%. Comparing base (57048b9) to head (6f8c142).
⚠️ Report is 2 commits behind head on develop.

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.

@mborland mborland merged commit 6fad832 into develop Apr 8, 2026
42 checks passed
@mborland mborland deleted the 170 branch April 8, 2026 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Quality Improve testing or CI environment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add testing of generic functions for signed integers

1 participant