Closed titomeister closed 3 years ago
Merging #236 (367fae7) into master (1977482) will increase coverage by
0.04%
. The diff coverage is57.89%
.:exclamation: Current head 367fae7 differs from pull request most recent head 6ad6a14. Consider uploading reports for the commit 6ad6a14 to get more accurate results
@@ Coverage Diff @@
## master #236 +/- ##
==========================================
+ Coverage 66.46% 66.51% +0.04%
==========================================
Files 89 89
Lines 16818 16823 +5
==========================================
+ Hits 11178 11189 +11
+ Misses 5640 5634 -6
Impacted Files | Coverage Δ | |
---|---|---|
...ates/program_analysis/PyAST2CAST/py_ast_to_cast.py | 65.07% <57.89%> (+1.69%) |
: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 1977482...6ad6a14. Read the comment docs.
Changed how CAST was generated for the for loop Python construct.