Closed LFsWang closed 3 years ago
Merging #83 (ec0197f) into master (3afc5f3) will decrease coverage by
0.19%
. The diff coverage is43.20%
.
@@ Coverage Diff @@
## master #83 +/- ##
==========================================
- Coverage 65.95% 65.76% -0.20%
==========================================
Files 93 93
Lines 12899 12946 +47
Branches 2000 2003 +3
==========================================
+ Hits 8508 8514 +6
- Misses 3438 3480 +42
+ Partials 953 952 -1
Impacted Files | Coverage Δ | |
---|---|---|
include/soll/AST/Decl.h | 90.24% <0.00%> (-1.12%) |
:arrow_down: |
include/soll/Parse/Parser.h | 75.36% <0.00%> (-1.11%) |
:arrow_down: |
lib/AST/Expr.cpp | 64.15% <0.00%> (-2.52%) |
:arrow_down: |
lib/Parse/Parser.cpp | 58.28% <44.34%> (-1.26%) |
:arrow_down: |
include/soll/AST/Expr.h | 87.95% <66.66%> (-0.47%) |
:arrow_down: |
include/soll/Basic/TokenKinds.def | 66.14% <100.00%> (+0.26%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 3afc5f3...ec0197f. Read the comment docs.
Please rebase to the latest master
Fix #82
Testcase
a**b**c
Before
After