hmpf / easydmp

MIT License
7 stars 2 forks source link

Migrate: Rename SectionValidity and QuestionValidity #142

Closed vbhavdal closed 3 years ago

vbhavdal commented 3 years ago

@hmpf Please review. The reason there are two migrations: If I combined the changes it would do RemoveModel and AddModel.

codecov[bot] commented 3 years ago

Codecov Report

Merging #142 into master will increase coverage by 0.05%. The diff coverage is 74.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #142      +/-   ##
==========================================
+ Coverage   61.01%   61.07%   +0.05%     
==========================================
  Files         110      112       +2     
  Lines        6718     6728      +10     
==========================================
+ Hits         4099     4109      +10     
  Misses       2619     2619              
Impacted Files Coverage Δ
src/easydmp/plan/models.py 42.70% <50.00%> (+0.12%) :arrow_up:
src/easydmp/plan/api/v1/views.py 85.71% <100.00%> (ø)
src/easydmp/plan/api/v2/views.py 86.36% <100.00%> (ø)
...easydmp/plan/migrations/0004_auto_20201016_1349.py 100.00% <100.00%> (ø)
...easydmp/plan/migrations/0005_auto_20201016_1539.py 100.00% <100.00%> (ø)

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 2c7e348...919a5af. Read the comment docs.