CodeForPoznan / volontulo

Web portal for collaboration of community volunteers with organizations and institutions.
MIT License
12 stars 44 forks source link

Use factories instead of statically created objects #1080

Closed magul closed 5 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #1080 into master will increase coverage by 0.2%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #1080     +/-   ##
=========================================
+ Coverage   91.01%   91.21%   +0.2%     
=========================================
  Files         117      116      -1     
  Lines        2792     2845     +53     
  Branches       31       31             
=========================================
+ Hits         2541     2595     +54     
+ Misses        247      246      -1     
  Partials        4        4
Impacted Files Coverage Δ
...ntulo/tests/views/api/organizations/test_create.py 100% <100%> (ø) :arrow_up:
...lontulo/tests/views/api/organizations/test_read.py 100% <100%> (ø) :arrow_up:
...lontulo/tests/views/api/organizations/test_list.py 100% <100%> (ø) :arrow_up:
...s/volontulo/tests/views/offers/test_offers_list.py 100% <100%> (ø) :arrow_up:
...apps/volontulo/tests/views/api/offers/test_list.py 100% <100%> (ø) :arrow_up:
...ps/volontulo/tests/views/api/offers/test_delete.py 100% <100%> (ø) :arrow_up:
...apps/volontulo/tests/views/api/offers/test_read.py 100% <100%> (ø) :arrow_up:
...apps/volontulo/tests/views/api/offers/test_join.py 100% <100%> (ø) :arrow_up:
...ps/volontulo/tests/views/api/offers/test_create.py 100% <100%> (ø) :arrow_up:
...ps/volontulo/tests/views/api/offers/test_update.py 100% <100%> (ø) :arrow_up:
... and 3 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 9677c35...b8af2f2. Read the comment docs.