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(compiler): return error on bad regular expressions that fail to compile in Purge #985

Merged
merged 3 commits into from
Oct 17, 2023

add tests for auto-cancel types change

32a707c
Select commit
Loading
Failed to load commit list.
Merged

fix(compiler): return error on bad regular expressions that fail to compile in Purge #985

add tests for auto-cancel types change
32a707c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 12, 2023 in 1s

71.03% (target 90.00%)

View this Pull Request on Codecov

71.03% (target 90.00%)

Details

Codecov Report

Merging #985 (32a707c) into main (174ab52) will decrease coverage by 0.05%.
The diff coverage is 35.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #985      +/-   ##
==========================================
- Coverage   71.08%   71.03%   -0.05%     
==========================================
  Files         312      312              
  Lines       13009    13018       +9     
==========================================
  Hits         9247     9247              
- Misses       3297     3303       +6     
- Partials      465      468       +3     
Files Coverage Δ
compiler/native/expand.go 67.37% <25.00%> (-1.14%) ⬇️
compiler/native/transform.go 95.34% <40.00%> (-4.66%) ⬇️