ml4ai / automates

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

Updated and extended GCC test suites for new CAST spec #288

Closed rsulli55 closed 2 years ago

rsulli55 commented 2 years ago

Changes to gcc_ast_to_cast.py and cast.py to accomodate testing

codecov[bot] commented 2 years ago

Codecov Report

Merging #288 (6bf8e13) into master (5f3cc30) will increase coverage by 3.71%. The diff coverage is 59.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #288      +/-   ##
==========================================
+ Coverage   61.30%   65.01%   +3.71%     
==========================================
  Files          95       95              
  Lines       18029    18044      +15     
==========================================
+ Hits        11053    11732     +679     
+ Misses       6976     6312     -664     
Impacted Files Coverage Δ
automates/program_analysis/CAST2GrFN/cast.py 71.54% <50.00%> (+16.30%) :arrow_up:
...mates/program_analysis/GCC2GrFN/gcc_ast_to_cast.py 76.62% <85.71%> (+66.52%) :arrow_up:
automates/model_analysis/graph_manipulation.py 70.19% <0.00%> (-0.56%) :arrow_down:
automates/model_assembly/metadata.py 89.23% <0.00%> (+1.13%) :arrow_up:
...mates/program_analysis/CAST2GrFN/model/cast/var.py 68.96% <0.00%> (+1.72%) :arrow_up:
...s/CAST2GrFN/visitors/cast_function_call_visitor.py 85.71% <0.00%> (+2.67%) :arrow_up:
...ates/program_analysis/CAST2GrFN/model/cast/name.py 68.96% <0.00%> (+3.44%) :arrow_up:
.../program_analysis/CAST2GrFN/model/cast/ast_node.py 53.48% <0.00%> (+6.97%) :arrow_up:
...gram_analysis/CAST2GrFN/model/cast_to_air_model.py 77.68% <0.00%> (+25.14%) :arrow_up:
... and 4 more

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 5f3cc30...6bf8e13. Read the comment docs.