Closed gordonwatts closed 3 years ago
Merging #174 (de6978e) into master (18ee4cd) will increase coverage by
1.13%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #174 +/- ##
==========================================
+ Coverage 92.59% 93.73% +1.13%
==========================================
Files 24 24
Lines 1297 1309 +12
Branches 143 145 +2
==========================================
+ Hits 1201 1227 +26
+ Misses 66 53 -13
+ Partials 30 29 -1
Flag | Coverage Δ | |
---|---|---|
unittests | 93.73% <100.00%> (+1.13%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
func_adl_xAOD/common/ast_to_cpp_translator.py | 89.31% <100.00%> (+2.79%) |
:arrow_up: |
func_adl_xAOD/common/cpp_representation.py | 95.41% <0.00%> (+0.04%) |
:arrow_up: |
func_adl_xAOD/common/event_collections.py | 96.55% <0.00%> (+0.06%) |
:arrow_up: |
func_adl_xAOD/common/statement.py | 97.82% <0.00%> (+2.27%) |
: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 18ee4cd...de6978e. Read the comment docs.
Range
during fast testing (code coverage) (Fixes #171)ast.Constant
parsing to get rid of depreciation warnings forast.Str
andast.Num
. (Fixes #168)pytest
fixtures to get rid of test warnings