Add matrix-free mode to SparseMatrixAssembler; drop dead H/D buffers #295
Codecov / codecov/project
succeeded
May 6, 2026 in 0s
66.63% (-0.14%) compared to 0ca244a, passed because coverage increased by 0.01% when compared to adjusted base (66.61%)
View this Pull Request on Codecov
66.63% (-0.14%) compared to 0ca244a, passed because coverage increased by 0.01% when compared to adjusted base (66.61%)
Details
Codecov Report
❌ Patch coverage is 68.05556% with 69 lines in your changes missing coverage. Please review.
✅ Project coverage is 66.63%. Comparing base (0ca244a) to head (298f157).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/FunctionSpaces.jl | 18.75% | 13 Missing |
| src/Utils.jl | 45.00% | 11 Missing |
| src/PostProcessors.jl | 30.76% | 9 Missing |
| src/assemblers/Assemblers.jl | 20.00% | 8 Missing |
| src/meshes/Exodus.jl | 11.11% | 8 Missing |
| src/Parameters.jl | 0.00% | 6 Missing |
| src/bcs/RobinBCs.jl | 66.66% | 6 Missing |
| src/assemblers/SparseMatrixAssembler.jl | 58.33% | 5 Missing |
| src/Fields.jl | 50.00% | 1 Missing |
| src/assemblers/Matrix.jl | 80.00% | 1 Missing |
| ... and 1 more |
Additional details and impacted files
@@ Coverage Diff @@
## main #295 +/- ##
==========================================
- Coverage 66.77% 66.63% -0.14%
==========================================
Files 55 55
Lines 4758 4888 +130
==========================================
+ Hits 3177 3257 +80
- Misses 1581 1631 +50 ☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading