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 regexp toString method #3608

Merged
merged 1 commit into from
Jan 24, 2024

Fix regexp `toString` method

a1a53aa
Select commit
Loading
Failed to load commit list.
Merged

Fix regexp toString method #3608

Fix regexp `toString` method
a1a53aa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 23, 2024 in 0s

47.36% (+0.03%) compared to 0ed7da5

View this Pull Request on Codecov

47.36% (+0.03%) compared to 0ed7da5

Details

Codecov Report

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

Comparison is base (0ed7da5) 47.33% compared to head (a1a53aa) 47.36%.
Report is 2 commits behind head on main.

Files Patch % Lines
core/engine/src/builtins/regexp/mod.rs 71.42% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3608      +/-   ##
==========================================
+ Coverage   47.33%   47.36%   +0.03%     
==========================================
  Files         475      475              
  Lines       46138    46137       -1     
==========================================
+ Hits        21839    21853      +14     
+ Misses      24299    24284      -15     

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