Closed PiDelport closed 6 years ago
Merging #4 into master will increase coverage by
1.27%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #4 +/- ##
==========================================
+ Coverage 87% 88.27% +1.27%
==========================================
Files 12 12
Lines 377 418 +41
Branches 28 34 +6
==========================================
+ Hits 328 369 +41
Misses 38 38
Partials 11 11
Impacted Files | Coverage Δ | |
---|---|---|
payfast/conf.py | 76.19% <100%> (ø) |
:arrow_up: |
payfast/tests.py | 100% <100%> (ø) |
:arrow_up: |
payfast/forms.py | 82.53% <100%> (+1.18%) |
: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 46479ee...01fff14. Read the comment docs.
This enhances
PAYFAST_IP_ADDRESSES
to allow specifying networks, and updates the default values (PayFast docs) to reflect PayFast's current server addresses (which are given as network ranges, no longer individual hosts).