ml4ai / automates

AutoMATES: Automated Model Assembly from Text, Equations, and Software
https://ml4ai.github.io/automates
Other
24 stars 9 forks source link

Py ast to cast for loop generation pull request #236

Closed titomeister closed 3 years ago

titomeister commented 3 years ago

Changed how CAST was generated for the for loop Python construct.

codecov[bot] commented 3 years ago

Codecov Report

Merging #236 (367fae7) into master (1977482) will increase coverage by 0.04%. The diff coverage is 57.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 Impacted file tree graph

@@            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.