Skip to content

Make it possible to build a parser by tokens

Morten Haraldsen 5e98a2b
Codecov / codecov/project failed Feb 3, 2024 in 1s

87.28% (-3.84%) compared to d7c2dc9

View this Pull Request on Codecov

87.28% (-3.84%) compared to d7c2dc9

Details

Codecov Report

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

Comparison is base (d7c2dc9) 91.11% compared to head (5e98a2b) 87.28%.
Report is 1 commits behind head on main.

❗ Current head 5e98a2b differs from pull request most recent head 380852b. Consider uploading reports for the commit 380852b to get more accurate results

Files Patch % Lines
...ain/java/com/ethlo/time/token/SeparatorsToken.java 0.00% 13 Missing ⚠️
...java/com/ethlo/time/token/TimeZoneOffsetToken.java 43.47% 8 Missing and 5 partials ⚠️
...main/java/com/ethlo/time/token/SeparatorToken.java 61.53% 4 Missing and 1 partial ⚠️
...m/ethlo/time/token/ConfigurableDateTimeParser.java 91.89% 2 Missing and 1 partial ⚠️
...main/java/com/ethlo/time/token/FractionsToken.java 78.57% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main      #30      +/-   ##
============================================
- Coverage     91.11%   87.28%   -3.84%     
- Complexity      258      283      +25     
============================================
  Files            16       24       +8     
  Lines           574      692     +118     
  Branches        103      122      +19     
============================================
+ Hits            523      604      +81     
- Misses           27       55      +28     
- Partials         24       33       +9     

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