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

Fix compilation for targets without AtomicU64 #3399

Merged
merged 5 commits into from
Oct 20, 2023

fix comment

bff44bb
Select commit
Loading
Failed to load commit list.
Merged

Fix compilation for targets without AtomicU64 #3399

fix comment
bff44bb
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Oct 20, 2023 in 0s

45.72% (+0.00%) compared to 96f3543

View this Pull Request on Codecov

45.72% (+0.00%) compared to 96f3543

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (96f3543) 45.71% compared to head (bff44bb) 45.72%.
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main    #3399    +/-   ##
========================================
  Coverage   45.71%   45.72%            
========================================
  Files         482      483     +1     
  Lines       49182    49412   +230     
========================================
+ Hits        22485    22594   +109     
- Misses      26697    26818   +121     
Files Coverage Δ
boa_engine/src/lib.rs 73.33% <ø> (ø)
boa_engine/src/symbol.rs 67.36% <100.00%> (ø)
boa_gc/src/trace.rs 91.66% <ø> (ø)

... and 34 files with indirect coverage changes

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