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

Improve CI testing #3333

Merged
merged 6 commits into from
Oct 2, 2023

Rename some actions

9ad8b1f
Select commit
Loading
Failed to load commit list.
Merged

Improve CI testing #3333

Rename some actions
9ad8b1f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 2, 2023 in 0s

49.41% (-0.02%) compared to e54609e

View this Pull Request on Codecov

49.41% (-0.02%) compared to e54609e

Details

Codecov Report

Attention: 54 lines in your changes are missing coverage. Please review.

Comparison is base (e54609e) 49.42% compared to head (9ad8b1f) 49.41%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3333      +/-   ##
==========================================
- Coverage   49.42%   49.41%   -0.02%     
==========================================
  Files         445      445              
  Lines       43891    43898       +7     
==========================================
- Hits        21691    21690       -1     
- Misses      22200    22208       +8     
Files Coverage Δ
boa_cli/src/main.rs 0.61% <ø> (ø)
boa_engine/src/vm/mod.rs 61.42% <ø> (ø)
boa_engine/src/vm/opcode/mod.rs 5.32% <ø> (ø)
boa_runtime/src/console/mod.rs 41.93% <ø> (ø)
boa_examples/src/bin/commuter_visitor.rs 0.00% <0.00%> (ø)
boa_examples/src/bin/symbol_visitor.rs 0.00% <0.00%> (ø)
boa_examples/src/bin/modules.rs 0.00% <0.00%> (ø)
boa_examples/src/bin/runtime_limits.rs 0.00% <0.00%> (ø)
boa_examples/src/bin/loadfile.rs 0.00% <0.00%> (ø)
boa_examples/src/bin/jsdate.rs 0.00% <0.00%> (ø)
... and 1 more

... and 1 file with indirect coverage changes

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