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

Routers and Filters #1013

Merged
merged 38 commits into from
Sep 9, 2024
Merged

Routers and Filters #1013

merged 38 commits into from
Sep 9, 2024

Conversation

dalyIsaac
Copy link
Owner

@dalyIsaac dalyIsaac commented Sep 8, 2024

Adds a declarative way to specify routers and filters. This also includes fixes to the release deployment and docs generation.

@dalyIsaac dalyIsaac added enhancement New feature or request yaml/json config The alternative to using C# scripts labels Sep 8, 2024
@dalyIsaac dalyIsaac linked an issue Sep 8, 2024 that may be closed by this pull request
6 tasks
Copy link

codecov bot commented Sep 8, 2024

Codecov Report

Attention: Patch coverage is 89.55224% with 7 lines in your changes missing coverage. Please review.

Project coverage is 81.47%. Comparing base (e3eab8e) to head (0cbefe6).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/Whim.Yaml/YamlLoader.cs 88.88% 4 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1013      +/-   ##
==========================================
+ Coverage   81.43%   81.47%   +0.04%     
==========================================
  Files         274      274              
  Lines       11528    11591      +63     
  Branches     1312     1321       +9     
==========================================
+ Hits         9388     9444      +56     
- Misses       1972     1976       +4     
- Partials      168      171       +3     

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

@dalyIsaac dalyIsaac marked this pull request as ready for review September 9, 2024 11:54
@dalyIsaac dalyIsaac merged commit 808369f into main Sep 9, 2024
9 checks passed
@dalyIsaac dalyIsaac deleted the 1012-routers-and-filters branch September 9, 2024 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request yaml/json config The alternative to using C# scripts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Routers and filters
1 participant