Closed pladdy closed 6 years ago
Merging #21 into master will increase coverage by
0.77%
. The diff coverage is98.94%
.
@@ Coverage Diff @@
## master #21 +/- ##
==========================================
+ Coverage 96.67% 97.44% +0.77%
==========================================
Files 16 17 +1
Lines 933 1019 +86
==========================================
+ Hits 902 993 +91
+ Misses 18 15 -3
+ Partials 13 11 -2
Impacted Files | Coverage Δ | |
---|---|---|
backend.go | 100% <ø> (ø) |
:arrow_up: |
status.go | 100% <100%> (ø) |
|
backend_sqlite.go | 97.7% <100%> (+0.38%) |
:arrow_up: |
taxii_object.go | 94.68% <100%> (+8.01%) |
:arrow_up: |
handlers.go | 100% <100%> (ø) |
:arrow_up: |
taxii_collection.go | 96.21% <100%> (+0.02%) |
:arrow_up: |
taxii_manifest.go | 100% <100%> (ø) |
:arrow_up: |
cabby.go | 97.33% <100%> (-0.04%) |
:arrow_down: |
stix_object.go | 93.1% <90.9%> (-6.9%) |
:arrow_down: |
... and 1 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 b06e1c8...b0b238c. Read the comment docs.
What's new
taxiiFilter
struct to hold things that you use to filter results (including pagination)How to test
make test