mun-lang / mun

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

fix(hir): missing validators in test diagnostics #527

Closed Wodann closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #527 (d76669f) into main (425ca37) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #527   +/-   ##
=======================================
  Coverage   84.34%   84.35%           
=======================================
  Files         275      275           
  Lines       31101    31089   -12     
=======================================
- Hits        26233    26224    -9     
+ Misses       4868     4865    -3     
Impacted Files Coverage Δ
crates/mun_hir/src/expr/validator/tests.rs 100.00% <100.00%> (ø)
crates/mun_hir/src/utils.rs 70.00% <100.00%> (-8.79%) :arrow_down:

... and 2 files with indirect coverage changes