Closed rush42 closed 2 years ago
Merging #719 (ea25e0d) into develop (5a08493) will decrease coverage by
0.01%
. The diff coverage is74.19%
.
@@ Coverage Diff @@
## develop #719 +/- ##
===========================================
- Coverage 86.06% 86.04% -0.02%
===========================================
Files 219 220 +1
Lines 5383 5369 -14
===========================================
- Hits 4633 4620 -13
+ Misses 750 749 -1
Impacted Files | Coverage Δ | |
---|---|---|
fahrradparken/openapi.py | 27.27% <27.27%> (ø) |
|
fahrradparken/models.py | 96.23% <100.00%> (ø) |
|
fahrradparken/serializers.py | 94.40% <100.00%> (-0.14%) |
:arrow_down: |
fahrradparken/urls.py | 100.00% <100.00%> (+45.00%) |
:arrow_up: |
fahrradparken/views.py | 85.92% <100.00%> (-1.15%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 5a08493...ea25e0d. Read the comment docs.
This PR refactors the open-api generation for
/api/fahrradparken
and applies the following changes:/api/fahrradparken/uuid/*
routes from the open api docs/api/fahrradparken/stations/{id}
as aRetrievAPIView
classRelated PR in fixmy.fahrradparken.