enonic / lib-router

Router Library for Enonic XP.
Apache License 2.0
0 stars 1 forks source link

Expand possibilities for URL patterns #37 #41

Closed rymsha closed 3 years ago

rymsha commented 3 years ago
  1. allows to match subpaths in patterns
  2. fixes issue where trailing slash was trimmed from pattern
codecov[bot] commented 3 years ago

Codecov Report

Merging #41 (e06de28) into master (e98bfd4) will decrease coverage by 2.15%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #41      +/-   ##
============================================
- Coverage     85.48%   83.33%   -2.16%     
+ Complexity       23       22       -1     
============================================
  Files             4        4              
  Lines            62       54       -8     
  Branches          7        6       -1     
============================================
- Hits             53       45       -8     
  Misses            6        6              
  Partials          3        3              
Impacted Files Coverage Δ
...in/java/com/enonic/xp/lib/router/RoutePattern.java 90.90% <100.00%> (-2.43%) :arrow_down:

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 e98bfd4...e06de28. Read the comment docs.