Closed hugovk closed 2 years ago
Merging #378 (a575d63) into master (f316b6c) will decrease coverage by
0.01%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #378 +/- ##
==========================================
- Coverage 85.30% 85.28% -0.02%
==========================================
Files 16 16
Lines 1313 1312 -1
Branches 137 199 +62
==========================================
- Hits 1120 1119 -1
Misses 146 146
Partials 47 47
Impacted Files | Coverage Δ | |
---|---|---|
...ewsletter/management/commands/submit_newsletter.py | 60.00% <ø> (-1.91%) |
:arrow_down: |
newsletter/settings.py | 92.45% <ø> (ø) |
|
newsletter/addressimport/parsers.py | 69.93% <100.00%> (ø) |
|
newsletter/admin.py | 79.04% <100.00%> (ø) |
|
newsletter/models.py | 91.66% <100.00%> (ø) |
|
newsletter/views.py | 96.98% <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 f316b6c...a575d63. Read the comment docs.
Python 3.6 is EOL and no longer receiving security updates (or any updates) from the core Python team.
https://endoflife.date/python
Also add
python_requires
metadata to help pip and upgrade Python syntax with https://github.com/asottile/pyupgrade/