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

Make remaining simple functions constexpr #305

Merged
merged 5 commits into from
Aug 4, 2024

fixup tidy

fc35267
Select commit
Loading
Failed to load commit list.
Merged

Make remaining simple functions constexpr #305

fixup tidy
fc35267
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 4, 2024 in 0s

99.94% (+0.00%) compared to 9196508

View this Pull Request on Codecov

99.94% (+0.00%) compared to 9196508

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.94%. Comparing base (9196508) to head (fc35267).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #305   +/-   ##
=======================================
  Coverage   99.94%   99.94%           
=======================================
  Files          10       10           
  Lines        1882     1890    +8     
=======================================
+ Hits         1881     1889    +8     
  Misses          1        1           
Files Coverage Δ
include/intx/intx.hpp 99.86% <100.00%> (ø)
test/unittests/test_div.cpp 100.00% <ø> (ø)
test/unittests/test_int128.cpp 100.00% <ø> (ø)
test/unittests/test_intx_api.cpp 100.00% <100.00%> (ø)