Fix lower incomplete gamma functions with x = 0 #1250
Closed
Codecov / codecov/project
succeeded
Apr 2, 2025 in 0s
93.84% (+0.00%) compared to a5c0625
View this Pull Request on Codecov
93.84% (+0.00%) compared to a5c0625
Details
Codecov Report
Attention: Patch coverage is 98.30508%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 93.84%. Comparing base (
a5c0625
) to head (6e5ba9a
).
Files with missing lines | Patch % | Lines |
---|---|---|
include/boost/math/special_functions/gamma.hpp | 90.90% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## develop #1250 +/- ##
========================================
Coverage 93.83% 93.84%
========================================
Files 657 658 +1
Lines 55244 55298 +54
========================================
+ Hits 51840 51895 +55
+ Misses 3404 3403 -1
Files with missing lines | Coverage Δ | |
---|---|---|
test/git_issue_1249.cpp | 100.00% <100.00%> (ø) |
|
include/boost/math/special_functions/gamma.hpp | 92.18% <90.90%> (-0.08%) |
⬇️ |
... and 1 file 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 a5c0625...6e5ba9a. Read the comment docs.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading