Closed mgerst closed 5 years ago
Merging #73 into master will decrease coverage by
0.71%
. The diff coverage is89.8%
.
@@ Coverage Diff @@
## master #73 +/- ##
==========================================
- Coverage 75.54% 74.82% -0.72%
==========================================
Files 22 26 +4
Lines 1435 1470 +35
==========================================
+ Hits 1084 1100 +16
- Misses 351 370 +19
Impacted Files | Coverage Δ | |
---|---|---|
flag_slurper/config.py | 100% <ø> (ø) |
:arrow_up: |
flag_slurper/cli.py | 97.75% <100%> (ø) |
:arrow_up: |
flag_slurper/project.py | 100% <100%> (ø) |
:arrow_up: |
flag_slurper/notes.py | 95.65% <100%> (ø) |
:arrow_up: |
flag_slurper/services.py | 52.5% <100%> (ø) |
:arrow_up: |
flag_slurper/conf/config.py | 100% <100%> (ø) |
|
flag_slurper/utils.py | 91.66% <100%> (ø) |
:arrow_up: |
flag_slurper/teams.py | 36.95% <100%> (ø) |
:arrow_up: |
flag_slurper/dns.py | 88.46% <100%> (ø) |
:arrow_up: |
flag_slurper/conf/__init__.py | 100% <100%> (ø) |
|
... and 10 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 847b6cd...44b6a5d. Read the comment docs.
This PR should make the
Project
andConfig
singletons available inside parallel autopwn.Closes #72