Closed annashamray closed 1 year ago
Merging #58 (ddd8074) into main (0096aa3) will increase coverage by
3.21%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #58 +/- ##
==========================================
+ Coverage 66.56% 69.78% +3.21%
==========================================
Files 32 32
Lines 1334 1337 +3
Branches 188 187 -1
==========================================
+ Hits 888 933 +45
+ Misses 395 348 -47
- Partials 51 56 +5
Impacted Files | Coverage Δ | |
---|---|---|
zgw_consumers/client.py | 81.25% <100.00%> (+20.93%) |
:arrow_up: |
zgw_consumers/service.py | 54.38% <100.00%> (+54.38%) |
:arrow_up: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
get_paginated_results
function, which was discovered in Open Inwoner. Now inside the loop in this function thepage
parameter is added toquery_params
variable which is not visible by theClient.request
method__init__
of its parent class. which leads to errors, so I removed@dataclass
decorator