Closed mgerst closed 5 years ago
Merging #86 into master will increase coverage by
0.91%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #86 +/- ##
==========================================
+ Coverage 76.45% 77.36% +0.91%
==========================================
Files 26 27 +1
Lines 1491 1551 +60
==========================================
+ Hits 1140 1200 +60
Misses 351 351
Impacted Files | Coverage Δ | |
---|---|---|
flag_slurper/autolib/models.py | 100% <100%> (ø) |
:arrow_up: |
flag_slurper/cli.py | 97.8% <100%> (+0.04%) |
:arrow_up: |
flag_slurper/keys.py | 100% <100%> (ø) |
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 3c81d13...ece6f34. Read the comment docs.
This PR only gives the commands to manage the keys in the database. I will need to do more work to figure out how to make autolib use them.
See #50