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

(feat) use pcre2.library.name and pcre2.function.suffix #35

Merged
merged 1 commit into from
Jun 23, 2024

(feat) use pcre2.library.name and pcre2.function.suffix

a3412c5
Select commit
Loading
Failed to load commit list.
Merged

(feat) use pcre2.library.name and pcre2.function.suffix #35

(feat) use pcre2.library.name and pcre2.function.suffix
a3412c5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 23, 2024 in 1s

47.28% (-0.13%) compared to 4ae7708, passed because coverage increased by -0.01% when compared to adjusted base (47.28%)

View this Pull Request on Codecov

47.28% (-0.13%) compared to 4ae7708, passed because coverage increased by -0.01% when compared to adjusted base (47.28%)

Details

Codecov Report

Attention: Patch coverage is 46.66667% with 8 lines in your changes missing coverage. Please review.

Project coverage is 47.28%. Comparing base (4ae7708) to head (a3412c5).

Files Patch % Lines
ffm/src/main/java/org/pcre4j/ffm/Pcre2.java 42.85% 2 Missing and 2 partials ⚠️
jna/src/main/java/org/pcre4j/jna/Pcre2.java 50.00% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main      #35      +/-   ##
============================================
- Coverage     47.40%   47.28%   -0.13%     
  Complexity       73       73              
============================================
  Files            21       21              
  Lines          1312     1324      +12     
  Branches        151      155       +4     
============================================
+ Hits            622      626       +4     
- Misses          578      582       +4     
- Partials        112      116       +4     

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