kartoza / prj.app

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

Add checklist for reviewer #1415

Closed dimasciput closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #1415 (b27ab51) into develop (fe7efa5) will increase coverage by 0.13%. The diff coverage is 85.05%.

@@             Coverage Diff             @@
##           develop    #1415      +/-   ##
===========================================
+ Coverage    65.22%   65.36%   +0.13%     
===========================================
  Files          185      188       +3     
  Lines        10023    10108      +85     
  Branches      1273     1291      +18     
===========================================
+ Hits          6538     6607      +69     
- Misses        3230     3243      +13     
- Partials       255      258       +3     
Impacted Files Coverage Δ
django_project/lesson/models/specification.py 90.32% <ø> (ø)
...jango_project/certification/api_views/checklist.py 72.91% <72.91%> (ø)
django_project/certification/admin.py 64.60% <100.00%> (+1.63%) :arrow_up:
django_project/certification/models/__init__.py 100.00% <100.00%> (ø)
django_project/certification/models/checklist.py 76.19% <100.00%> (+2.50%) :arrow_up:
...ect/certification/models/organisation_checklist.py 100.00% <100.00%> (ø)
.../certification/serializers/checklist_serializer.py 100.00% <100.00%> (ø)
django_project/certification/urls.py 100.00% <100.00%> (ø)
...roject/certification/views/certificate_checlist.py 85.71% <100.00%> (-5.96%) :arrow_down:
...ect/certification/views/certifying_organisation.py 50.27% <100.00%> (+0.55%) :arrow_up:
... and 1 more

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