Perf/gc #438
Merged
Perf/gc #438
This check has been archived and is scheduled for deletion.
Learn more about checks retention
Codecov / codecov/project
succeeded
Dec 7, 2024 in 0s
84.61% (target 85.00%)
View this Pull Request on Codecov
84.61% (target 85.00%)
Details
Codecov Report
Attention: Patch coverage is 84.48276% with 27 lines in your changes missing coverage. Please review.
Project coverage is 84.61%. Comparing base (
2f6044d) to head (6120ce8).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| vm/src/mutex/mod.rs | 0.00% | 9 Missing |
| src/ast/node/node_result.rs | 68.75% | 5 Missing |
| src/ast/plmod.rs | 50.00% | 5 Missing |
| src/ast/builder/llvmbuilder.rs | 93.65% | 4 Missing |
| src/ast/compiler.rs | 81.81% | 2 Missing |
| src/ast/ctx/cast.rs | 84.61% | 2 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## master #438 +/- ##
==========================================
- Coverage 85.05% 84.61% -0.45%
==========================================
Files 99 98 -1
Lines 26147 26269 +122
==========================================
- Hits 22239 22227 -12
- Misses 3908 4042 +134 | Files with missing lines | Coverage Δ | |
|---|---|---|
| src/ast/ctx/builtins.rs | 55.88% <100.00%> (+0.65%) |
⬆️ |
| src/ast/node/cast.rs | 94.14% <100.00%> (+<0.01%) |
⬆️ |
| src/ast/node/control.rs | 92.57% <100.00%> (+0.10%) |
⬆️ |
| src/ast/node/function.rs | 91.75% <100.00%> (+<0.01%) |
⬆️ |
| src/ast/node/implement.rs | 90.76% <100.00%> (+0.11%) |
⬆️ |
| src/ast/node/interface.rs | 86.17% <100.00%> (+0.07%) |
⬆️ |
| src/ast/pltype.rs | 86.48% <100.00%> (-0.04%) |
⬇️ |
| src/ast/compiler.rs | 73.57% <81.81%> (-0.12%) |
⬇️ |
| src/ast/ctx/cast.rs | 84.61% <84.61%> (+0.09%) |
⬆️ |
| src/ast/builder/llvmbuilder.rs | 91.62% <93.65%> (-0.15%) |
⬇️ |
| ... and 3 more |
Loading