JKRT / OMFrontend.jl

Experimental implementation of NF. That is a Modelica frontend in 100% Julia
Other
2 stars 3 forks source link

fix assignment, add new test #57

Closed adrpo closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #57 (95e367f) into master (1ba5611) will increase coverage by 0.00%. The diff coverage is 50.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #57   +/-   ##
=======================================
  Coverage   15.42%   15.42%           
=======================================
  Files         166      166           
  Lines       59139    59141    +2     
=======================================
+ Hits         9121     9123    +2     
  Misses      50018    50018           
Impacted Files Coverage Δ
src/NewFrontend/NFCall.jl 30.89% <0.00%> (ø)
src/NewFrontend/NFInst.jl 51.80% <0.00%> (ø)
src/NewFrontend/NFClassTree.jl 50.32% <50.00%> (ø)
src/NewFrontend/NFBuiltin.jl 13.33% <100.00%> (+13.33%) :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 1ba5611...95e367f. Read the comment docs.

JKRT commented 2 years ago

@adrpo Closing this PR, since these issues are fixed in later PR's