kartoza / prj.app

A django app for creating visual changelogs for software releases
30 stars 32 forks source link

Add checklist model, view, and api views #1406

Closed dimasciput closed 2 years ago

dimasciput commented 2 years ago

Backend implementation for https://github.com/kartoza/prj.app/issues/1379

codecov[bot] commented 2 years ago

Codecov Report

Merging #1406 (78beb9d) into develop (733a55a) will increase coverage by 0.31%. The diff coverage is 91.89%.

:exclamation: Current head 78beb9d differs from pull request most recent head 47e2070. Consider uploading reports for the commit 47e2070 to get more accurate results

@@             Coverage Diff             @@
##           develop    #1406      +/-   ##
===========================================
+ Coverage    64.78%   65.09%   +0.31%     
===========================================
  Files          182      185       +3     
  Lines         9779     9899     +120     
  Branches      1243     1254      +11     
===========================================
+ Hits          6335     6444     +109     
- Misses        3195     3205      +10     
- Partials       249      250       +1     
Impacted Files Coverage Δ
django_project/certification/urls.py 100.00% <ø> (ø)
django_project/certification/models/checklist.py 73.68% <73.68%> (ø)
...roject/certification/views/certificate_checlist.py 91.66% <91.66%> (ø)
...ct/certification/views/certification_management.py 95.83% <95.83%> (ø)
django_project/certification/admin.py 62.96% <100.00%> (+1.42%) :arrow_up:
django_project/certification/models/__init__.py 100.00% <100.00%> (ø)
django_project/certification/views/__init__.py 100.00% <100.00%> (ø)
...go_project/certification/views/certificate_type.py 100.00% <100.00%> (+2.27%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more