ml4ai / automates

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

Added attribute for id in Name.py #287

Closed jobagy closed 2 years ago

jobagy commented 2 years ago

Added attribute for id in Name.py

codecov[bot] commented 2 years ago

Codecov Report

Merging #287 (4899fa0) into master (f7023ef) will decrease coverage by 4.71%. The diff coverage is 46.15%.

:exclamation: Current head 4899fa0 differs from pull request most recent head 0a90171. Consider uploading reports for the commit 0a90171 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #287      +/-   ##
==========================================
- Coverage   66.01%   61.29%   -4.72%     
==========================================
  Files          95       95              
  Lines       18014    18029      +15     
==========================================
- Hits        11892    11051     -841     
- Misses       6122     6978     +856     
Impacted Files Coverage Δ
...mates/program_analysis/GCC2GrFN/gcc_ast_to_cast.py 10.10% <0.00%> (-49.82%) :arrow_down:
...ates/program_analysis/CAST2GrFN/model/cast/name.py 65.51% <73.33%> (+2.25%) :arrow_up:
...lysis/CAST2GrFN/visitors/cast_to_agraph_visitor.py 92.60% <100.00%> (ø)
...ates/program_analysis/PyAST2CAST/py_ast_to_cast.py 9.54% <0.00%> (-55.54%) :arrow_down:
...rogram_analysis/CAST2GrFN/model/cast/source_ref.py 41.77% <0.00%> (-35.45%) :arrow_down:
...analysis/CAST2GrFN/visitors/cast_to_air_visitor.py 14.65% <0.00%> (-28.11%) :arrow_down:
automates/program_analysis/CAST2GrFN/cast.py 55.23% <0.00%> (-26.67%) :arrow_down:
...gram_analysis/CAST2GrFN/model/cast_to_air_model.py 52.54% <0.00%> (-25.15%) :arrow_down:
...program_analysis/GCC2GrFN/gcc_ast_to_cast_utils.py 22.82% <0.00%> (-19.57%) :arrow_down:
... and 7 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 f7023ef...0a90171. Read the comment docs.