Closed bmario closed 2 years ago
Merging #46 (5680bc2) into master (629822e) will increase coverage by
0.03%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #46 +/- ##
==========================================
+ Coverage 97.10% 97.13% +0.03%
==========================================
Files 13 13
Lines 932 944 +12
==========================================
+ Hits 905 917 +12
Misses 27 27
Impacted Files | Coverage Δ | |
---|---|---|
aiocouch/view.py | 100.00% <100.00%> (ø) |
:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more
This PR changes the
View.get()
andView.post()
methods to return the newViewResponse
dataclass
. This class looks like the JSON response of the view endpoint but also provides some nice accessor methods to parse the response.Fixes #45