Skip to content

feat(jsruntime): Function.prototype.toString()

b4e5b98
Select commit
Loading
Failed to load commit list.
Merged

feat(jsruntime): Function #779

feat(jsruntime): Function.prototype.toString()
b4e5b98
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 2, 2026 in 0s

75.86% (+0.17%) compared to 2380bbc

View this Pull Request on Codecov

75.86% (+0.17%) compared to 2380bbc

Details

Codecov Report

❌ Patch coverage is 90.04329% with 23 lines in your changes missing coverage. Please review.
✅ Project coverage is 75.86%. Comparing base (2380bbc) to head (b4e5b98).

Files with missing lines Patch % Lines
libs/jsruntime/src/builtins/function/imp.rs 86.44% 9 Missing and 7 partials ⚠️
libs/jsruntime/src/builtins/mod.rs 87.09% 2 Missing and 2 partials ⚠️
libs/jsruntime/src/types/capture.rs 80.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #779      +/-   ##
==========================================
+ Coverage   75.69%   75.86%   +0.17%     
==========================================
  Files          96       96              
  Lines       29208    29395     +187     
  Branches    29208    29395     +187     
==========================================
+ Hits        22109    22301     +192     
+ Misses       6774     6758      -16     
- Partials      325      336      +11     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.