abhishek-ram / django-pyas2

AS2 file transfer Server built on Python and Django.
https://django-pyas2.readthedocs.io
GNU General Public License v3.0
78 stars 31 forks source link

Support cloud storage and improve test coverage #31

Closed abhishek-ram closed 4 years ago

abhishek-ram commented 4 years ago

Deals with the Issue #28

codecov[bot] commented 4 years ago

Codecov Report

Merging #31 into master will increase coverage by 5.03%. The diff coverage is 93.15%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
+ Coverage   92.52%   97.56%   +5.03%     
==========================================
  Files          14       11       -3     
  Lines        1004      576     -428     
==========================================
- Hits          929      562     -367     
+ Misses         75       14      -61     
Impacted Files Coverage Δ
pyas2/migrations/0002_auto_20190603_1329.py 100.00% <ø> (ø)
pyas2/urls.py 100.00% <ø> (ø)
pyas2/models.py 96.06% <88.37%> (+3.40%) :arrow_up:
pyas2/views.py 97.84% <94.73%> (+19.48%) :arrow_up:
pyas2/management/commands/manageas2server.py 98.59% <95.45%> (+16.90%) :arrow_up:
pyas2/__init__.py 100.00% <100.00%> (ø)
pyas2/management/commands/sendas2bulk.py 100.00% <100.00%> (ø)
pyas2/management/commands/sendas2message.py 100.00% <100.00%> (+10.25%) :arrow_up:
pyas2/migrations/0001_initial.py 100.00% <100.00%> (ø)
pyas2/settings.py 100.00% <100.00%> (+9.09%) :arrow_up:
... and 4 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 05683a6...b3b7ecc. Read the comment docs.