CodeForPoznan / volontulo

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

organization image (fixes #1068) #1095

Open kristhina opened 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #1095 into master will increase coverage by 0.04%. The diff coverage is 95.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1095      +/-   ##
==========================================
+ Coverage   91.49%   91.53%   +0.04%     
==========================================
  Files         119      120       +1     
  Lines        2904     2919      +15     
  Branches       32       32              
==========================================
+ Hits         2657     2672      +15     
  Misses        243      243              
  Partials        4        4
Impacted Files Coverage Δ
...volontulo/management/commands/populate_database.py 100% <100%> (ø) :arrow_up:
...lontulo/tests/views/api/organizations/test_list.py 100% <100%> (ø) :arrow_up:
backend/apps/volontulo/models.py 97.87% <100%> (+0.09%) :arrow_up:
...lontulo/tests/views/api/organizations/test_read.py 100% <100%> (ø) :arrow_up:
...ps/volontulo/migrations/0018_organization_image.py 100% <100%> (ø)
backend/apps/volontulo/factories.py 97.97% <100%> (+0.02%) :arrow_up:
backend/apps/volontulo/tests/common.py 100% <100%> (ø) :arrow_up:
backend/apps/volontulo/serializers.py 92.56% <83.33%> (+0.05%) :arrow_up:

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 7781682...0871855. Read the comment docs.