Skip to content

[routing] Support custom HTTP methods

6958605
Select commit
Loading
Failed to load commit list.
Merged

[routing] Support custom HTTP methods #2478

[routing] Support custom HTTP methods
6958605
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 15, 2025 in 0s

86.41% (+0.02%) compared to 7a14a71

View this Pull Request on Codecov

86.41% (+0.02%) compared to 7a14a71

Details

Codecov Report

❌ Patch coverage is 89.36170% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.41%. Comparing base (7a14a71) to head (6958605).

Files with missing lines Patch % Lines
...lin/src/main/java/io/javalin/http/HandlerType.java 94.87% 0 Missing and 2 partials ⚠️
...main/java/io/javalin/router/matcher/PathMatcher.kt 66.66% 0 Missing and 2 partials ⚠️
javalin/src/main/java/io/javalin/http/Context.kt 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2478      +/-   ##
============================================
+ Coverage     86.39%   86.41%   +0.02%     
- Complexity     1447     1462      +15     
============================================
  Files           149      149              
  Lines          4646     4668      +22     
  Branches        489      490       +1     
============================================
+ Hits           4014     4034      +20     
  Misses          409      409              
- Partials        223      225       +2     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.