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 Function.prototype.toString() #3374

Merged
merged 2 commits into from
Oct 11, 2023

Add doc

59fd088
Select commit
Loading
Failed to load commit list.
Merged

Fix Function.prototype.toString() #3374

Add doc
59fd088
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 11, 2023 in 0s

49.49% (-0.01%) compared to f654ad1

View this Pull Request on Codecov

49.49% (-0.01%) compared to f654ad1

Details

Codecov Report

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

Comparison is base (f654ad1) 49.49% compared to head (59fd088) 49.49%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3374      +/-   ##
==========================================
- Coverage   49.49%   49.49%   -0.01%     
==========================================
  Files         446      446              
  Lines       43643    43646       +3     
==========================================
+ Hits        21602    21603       +1     
- Misses      22041    22043       +2     
Files Coverage Δ
boa_engine/src/object/mod.rs 31.57% <0.00%> (-0.08%) ⬇️
boa_engine/src/builtins/function/mod.rs 39.63% <30.00%> (+0.18%) ⬆️

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