[Feature] Arrays. #2888
Merged
[Feature] Arrays. #2888
Codecov / codecov/project
succeeded
Oct 27, 2023 in 0s
79.24% (+0.34%) compared to a5f164c
View this Pull Request on Codecov
79.24% (+0.34%) compared to a5f164c
Details
Codecov Report
Merging #2888 (54566c0) into testnet3 (a5f164c) will increase coverage by
0.34%
.
The diff coverage is79.61%
.
@@ Coverage Diff @@
## testnet3 #2888 +/- ##
============================================
+ Coverage 78.90% 79.24% +0.34%
============================================
Files 164 172 +8
Lines 5522 5791 +269
Branches 5522 5791 +269
============================================
+ Hits 4357 4589 +232
- Misses 1165 1202 +37
Files | Coverage Δ | |
---|---|---|
compiler/ast/src/access/tuple_access.rs | 100.00% <ø> (ø) |
|
compiler/ast/src/expressions/literal.rs | 79.16% <ø> (-4.17%) |
⬇️ |
compiler/ast/src/functions/mod.rs | 100.00% <100.00%> (ø) |
|
compiler/ast/src/passes/consumer.rs | 85.18% <100.00%> (+1.18%) |
⬆️ |
compiler/ast/src/types/tuple.rs | 100.00% <100.00%> (ø) |
|
compiler/ast/src/types/type_.rs | 94.44% <100.00%> (+0.32%) |
⬆️ |
compiler/compiler/tests/compile.rs | 97.14% <100.00%> (+0.08%) |
⬆️ |
compiler/compiler/tests/execute.rs | 87.75% <100.00%> (ø) |
|
.../compiler/tests/utilities/check_unique_node_ids.rs | 90.90% <100.00%> (+1.21%) |
⬆️ |
compiler/compiler/tests/utilities/mod.rs | 89.15% <100.00%> (+0.26%) |
⬆️ |
... and 54 more |
... and 9 files with indirect coverage changes
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more
Loading