mun-lang / mun

Source code for the Mun language and runtime.
https://mun-lang.org
Other
1.85k stars 73 forks source link

fix: output module path in ABI #520

Closed Wodann closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #520 (a562255) into main (95a9612) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #520   +/-   ##
=======================================
  Coverage   87.16%   87.16%           
=======================================
  Files         274      274           
  Lines       31022    31024    +2     
=======================================
+ Hits        27041    27043    +2     
  Misses       3981     3981           
Impacted Files Coverage Δ
...rates/mun_codegen/src/code_gen/assembly_builder.rs 100.00% <100.00%> (ø)
crates/mun_codegen/src/code_gen/symbols/mod.rs 99.56% <100.00%> (+<0.01%) :arrow_up: