Closed k-takata closed 5 years ago
Merging #134 into master will increase coverage by
<.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #134 +/- ##
=========================================
+ Coverage 82.7% 82.7% +<.01%
=========================================
Files 63 63
Lines 12558 12561 +3
=========================================
+ Hits 10386 10389 +3
Misses 2172 2172
Impacted Files | Coverage Δ | |
---|---|---|
regparse.c | 90.57% <100%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 595e086...00cc7e2. Read the comment docs.
When onig_new(ONIG_SYNTAX_PERL) fails with ONIGERR_INVALID_GROUP_NAME, onig_error_code_to_str() crashes. onig_scan_env_set_error_string() should have been used when returning ONIGERR_INVALID_GROUP_NAME.