mun-lang / mun

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

improvement: reduce memory size of workspace #457

Closed Wodann closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #457 (236fe24) into main (3e90eb1) will increase coverage by 3.75%. The diff coverage is 76.19%.

:exclamation: Current head 236fe24 differs from pull request most recent head db65cd8. Consider uploading reports for the commit db65cd8 to get more accurate results

@@            Coverage Diff             @@
##             main     #457      +/-   ##
==========================================
+ Coverage   79.36%   83.12%   +3.75%     
==========================================
  Files         255      281      +26     
  Lines       13466    16648    +3182     
==========================================
+ Hits        10687    13838    +3151     
- Misses       2779     2810      +31     
Impacted Files Coverage Δ
crates/mun_runtime/src/lib.rs 77.09% <76.19%> (-0.26%) :arrow_down:
crates/mun_memory/src/type/ffi/primitive.rs 97.67% <0.00%> (-2.33%) :arrow_down:
crates/tools/src/lib.rs 72.72% <0.00%> (-2.28%) :arrow_down:
crates/mun_hir/src/fixture.rs 100.00% <0.00%> (ø)
crates/mun_memory/src/cast.rs 100.00% <0.00%> (ø)
crates/mun/tests/integration.rs 100.00% <0.00%> (ø)
crates/mun_abi/src/module_info.rs 100.00% <0.00%> (ø)
crates/mun_runtime_capi/src/gc.rs 100.00% <0.00%> (ø)
crates/mun_abi/src/assembly_info.rs 100.00% <0.00%> (ø)
crates/mun_vfs/src/path_interner.rs 100.00% <0.00%> (ø)
... and 60 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.