Closed tarampampam closed 4 years ago
Merging #87 into master will increase coverage by
30.01%
. The diff coverage is42.76%
.
@@ Coverage Diff @@
## master #87 +/- ##
===========================================
+ Coverage 9.52% 39.53% +30.01%
===========================================
Files 13 16 +3
Lines 105 516 +411
===========================================
+ Hits 10 204 +194
- Misses 93 281 +188
- Partials 2 31 +29
Impacted Files | Coverage Δ | |
---|---|---|
internal/pkg/cli/keys/key.go | 0.00% <0.00%> (ø) |
|
internal/pkg/cli/keys/list/list.go | 0.00% <0.00%> (ø) |
|
internal/pkg/cli/keys/update/update.go | 0.00% <0.00%> (ø) |
|
internal/pkg/cli/root.go | 0.00% <0.00%> (ø) |
|
pkg/keys/checker/checker.go | 0.00% <0.00%> (ø) |
|
pkg/keys/keepers/keepers.go | 65.43% <65.43%> (ø) |
|
pkg/keys/crawlers/eightfornod/crawler.go | 77.50% <77.50%> (ø) |
|
pkg/keys/crawlers/utils/tbody_keys.go | 79.31% <79.31%> (ø) |
|
internal/pkg/config/config.go | 75.00% <80.00%> (+5.76%) |
:arrow_up: |
pkg/keys/crawlers/androidclub/crawler.go | 83.16% <83.16%> (ø) |
|
... and 7 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 a5afcbe...0e0697b. Read the comment docs.
Description
Added keys keeper (storage), crawlers, checker and CLI commands
Checklist