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) JIT stack #47

Merged
merged 1 commit into from
Jun 25, 2024
Merged

(feat) JIT stack #47

merged 1 commit into from
Jun 25, 2024

Conversation

alexey-pelykh
Copy link
Owner

No description provided.

Copy link

codecov bot commented Jun 25, 2024

Codecov Report

Attention: Patch coverage is 57.35294% with 29 lines in your changes missing coverage. Please review.

Project coverage is 51.28%. Comparing base (8f560cc) to head (f2f3244).

Files Patch % Lines
ffm/src/main/java/org/pcre4j/ffm/Pcre2.java 66.66% 11 Missing ⚠️
lib/src/main/java/org/pcre4j/Pcre2JitStack.java 42.10% 8 Missing and 3 partials ⚠️
regex/src/main/java/org/pcre4j/regex/Matcher.java 50.00% 3 Missing ⚠️
jna/src/main/java/org/pcre4j/jna/Pcre2.java 66.66% 2 Missing ⚠️
...ib/src/main/java/org/pcre4j/Pcre2MatchContext.java 50.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main      #47      +/-   ##
============================================
+ Coverage     50.00%   51.28%   +1.28%     
  Complexity       11       11              
============================================
  Files            22       23       +1     
  Lines          1488     1556      +68     
  Branches        180      183       +3     
============================================
+ Hits            744      798      +54     
- Misses          598      605       +7     
- Partials        146      153       +7     

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

@alexey-pelykh alexey-pelykh merged commit ac65bfe into main Jun 25, 2024
14 checks passed
@alexey-pelykh alexey-pelykh deleted the feat/jit-stack branch June 25, 2024 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant