Closed jjnicola closed 3 years ago
Merging #402 (9f30626) into master (e0b344a) will increase coverage by
0.32%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #402 +/- ##
==========================================
+ Coverage 75.20% 75.53% +0.32%
==========================================
Files 23 23
Lines 2682 2665 -17
==========================================
- Hits 2017 2013 -4
+ Misses 665 652 -13
Impacted Files | Coverage Δ | |
---|---|---|
ospd/command/command.py | 89.15% <100.00%> (+1.21%) |
:arrow_up: |
ospd/ospd.py | 73.21% <100.00%> (+0.83%) |
: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 e0b344a...9f30626. Read the comment docs.
What: Remove dry run from ospd
Why: Although it is still supported as scanner param. If required, should be added as method in wrapper.
How: Start a scan with the scanner parameter1
Checklist: