VNG-Realisatie / vng-api-common

Gedeelde code voor RESTful APIs
5 stars 12 forks source link

Feature/django 32 support #193

Closed sergei-maertens closed 2 years ago

sergei-maertens commented 2 years ago

Replaces #191, fixes #190

In light of #192 I should check if I can base this on master rather than stable/1.0.x, so in draft because of that

codecov-commenter commented 2 years ago

Codecov Report

Merging #193 (e155e6c) into master (4b5c777) will increase coverage by 0.15%. The diff coverage is 87.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #193      +/-   ##
==========================================
+ Coverage   50.90%   51.05%   +0.15%     
==========================================
  Files          87       87              
  Lines        3662     3680      +18     
  Branches      678      690      +12     
==========================================
+ Hits         1864     1879      +15     
- Misses       1707     1709       +2     
- Partials       91       92       +1     
Impacted Files Coverage Δ
vng_api_common/inspectors/files.py 0.00% <0.00%> (ø)
vng_api_common/notifications/kanalen.py 0.00% <0.00%> (ø)
vng_api_common/fields.py 40.81% <50.00%> (ø)
vng_api_common/admin.py 100.00% <100.00%> (ø)
vng_api_common/apps.py 86.95% <100.00%> (ø)
vng_api_common/audittrails/models.py 100.00% <100.00%> (ø)
vng_api_common/authorizations/models.py 87.50% <100.00%> (ø)
vng_api_common/authorizations/serializers.py 58.06% <100.00%> (+1.39%) :arrow_up:
vng_api_common/authorizations/validators.py 72.50% <100.00%> (ø)
vng_api_common/caching/models.py 85.71% <100.00%> (ø)
... and 33 more

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 4b5c777...e155e6c. Read the comment docs.

sergei-maertens commented 2 years ago

Docs build fails because of broken link to stuff being added in this PR