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

Add a DavRequest extractor #198

Merged
merged 3 commits into from
Nov 12, 2024
Merged

Add a DavRequest extractor #198

merged 3 commits into from
Nov 12, 2024

Conversation

jwodder
Copy link
Member

@jwodder jwodder commented Nov 12, 2024

Closes #164.

@jwodder jwodder added the code quality Nonfunctional improvements to the codebase label Nov 12, 2024
Copy link

codecov bot commented Nov 12, 2024

Codecov Report

Attention: Patch coverage is 0% with 28 lines in your changes missing coverage. Please review.

Project coverage is 46.38%. Comparing base (0d53f0e) to head (ccb94af).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
src/dav/util.rs 0.00% 21 Missing ⚠️
src/dav/mod.rs 0.00% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #198      +/-   ##
==========================================
+ Coverage   46.33%   46.38%   +0.04%     
==========================================
  Files          29       29              
  Lines        3984     3939      -45     
==========================================
- Hits         1846     1827      -19     
+ Misses       2138     2112      -26     

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

@jwodder jwodder marked this pull request as ready for review November 12, 2024 14:33
@jwodder jwodder merged commit 1e4148d into main Nov 12, 2024
10 of 11 checks passed
@jwodder jwodder deleted the gh-164 branch November 12, 2024 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Nonfunctional improvements to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Define an extractor for all of a request's parameters
1 participant