mun-lang / mun

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

fix: missing polly static library #523

Closed Wodann closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #523 (d4037d5) into main (73b1347) will increase coverage by 0.07%. The diff coverage is 58.57%.

@@            Coverage Diff             @@
##             main     #523      +/-   ##
==========================================
+ Coverage   87.09%   87.16%   +0.07%     
==========================================
  Files         274      274              
  Lines       31082    31022      -60     
==========================================
- Hits        27071    27041      -30     
+ Misses       4011     3981      -30     
Impacted Files Coverage Δ
crates/mun/src/ops/build.rs 59.80% <0.00%> (-2.11%) :arrow_down:
crates/mun/src/ops/start.rs 4.76% <0.00%> (ø)
crates/mun_codegen/src/apple.rs 48.14% <0.00%> (ø)
crates/mun_codegen/src/value/int_value.rs 60.67% <0.00%> (+0.67%) :arrow_up:
crates/mun_diagnostics/src/hir/missing_fields.rs 0.00% <0.00%> (ø)
crates/mun_hir/src/semantics.rs 77.04% <0.00%> (ø)
crates/mun_hir/src/ty/infer/type_variable.rs 81.50% <0.00%> (+0.46%) :arrow_up:
crates/mun_language_server/src/diagnostics.rs 77.35% <0.00%> (ø)
crates/mun_memory/src/gc/mark_sweep.rs 87.61% <0.00%> (+0.33%) :arrow_up:
crates/mun_skeptic/src/lib.rs 0.47% <0.00%> (+<0.01%) :arrow_up:
... and 43 more

... and 4 files with indirect coverage changes