Kong / go-database-reconciler

Apache License 2.0
5 stars 3 forks source link

test: Valid expression routes building #117

Closed Prashansa-K closed 2 months ago

Prashansa-K commented 2 months ago

Test for PR: https://github.com/Kong/go-database-reconciler/pull/116

One test for ingest routes are separated into two to deal with different kinds of routes - expression and traditional. Added assertion to ensure that regex_priority is not present in expression route but present in the traditional routes.

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 41.23%. Comparing base (467d2de) to head (8bb421c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## fix/expression-paths-syntax #117 +/- ## ============================================================ Coverage 41.23% 41.23% ============================================================ Files 75 75 Lines 10892 10892 ============================================================ Hits 4491 4491 Misses 5937 5937 Partials 464 464 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.