mun-lang / mun

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

misc: bump inkwell to 0.2.0 #529

Closed Wodann closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #529 (aa27b07) into main (e762f13) will increase coverage by 0.00%. The diff coverage is 84.05%.

@@           Coverage Diff           @@
##             main     #529   +/-   ##
=======================================
  Coverage   84.37%   84.38%           
=======================================
  Files         275      275           
  Lines       31184    31184           
=======================================
+ Hits        26312    26315    +3     
+ Misses       4872     4869    -3     
Impacted Files Coverage Δ
crates/mun_codegen/src/value/float_value.rs 30.00% <0.00%> (ø)
crates/mun_codegen_macros/src/lib.rs 0.15% <0.00%> (ø)
crates/mun_codegen/src/ir.rs 38.02% <75.00%> (ø)
crates/mun_codegen/src/value/pointer_value.rs 85.36% <85.36%> (ø)
crates/mun_codegen/src/ir/body.rs 94.21% <100.00%> (ø)
crates/mun_codegen/src/ir/dispatch_table.rs 96.96% <100.00%> (ø)
crates/mun_codegen/src/ir/file_group.rs 95.37% <100.00%> (ø)
crates/mun_codegen/src/ir/reference.rs 75.51% <100.00%> (ø)
crates/mun_codegen/src/ir/ty.rs 89.50% <100.00%> (ø)
crates/mun_codegen/src/value/function_value.rs 96.66% <100.00%> (ø)
... and 2 more

... and 1 file with indirect coverage changes