Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace #[deny] with #[warn] #3309

Merged
merged 2 commits into from
Sep 26, 2023

Deny warnings on CI

51487ad
Select commit
Loading
Failed to load commit list.
Merged

Replace #[deny] with #[warn] #3309

Deny warnings on CI
51487ad
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 25, 2023 in 0s

49.79% (-0.01%) compared to a7ffa00

View this Pull Request on Codecov

49.79% (-0.01%) compared to a7ffa00

Details

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (a7ffa00) 49.79% compared to head (51487ad) 49.79%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3309      +/-   ##
==========================================
- Coverage   49.79%   49.79%   -0.01%     
==========================================
  Files         441      441              
  Lines       43081    43081              
==========================================
- Hits        21452    21451       -1     
- Misses      21629    21630       +1     
Files Coverage Δ
boa_ast/src/lib.rs 75.00% <ø> (ø)
boa_cli/src/main.rs 0.61% <ø> (ø)
boa_engine/src/lib.rs 73.33% <ø> (ø)
boa_gc/src/lib.rs 99.45% <ø> (ø)
boa_icu_provider/src/lib.rs 100.00% <ø> (ø)
boa_interner/src/lib.rs 87.37% <ø> (ø)
boa_macros/src/lib.rs 0.00% <ø> (ø)
boa_profiler/src/lib.rs 66.66% <ø> (ø)
boa_tester/src/main.rs 0.00% <ø> (ø)
boa_wasm/src/lib.rs 0.00% <ø> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.