pladdy / cabby

TAXII 2 server in Golang
MIT License
0 stars 0 forks source link

Pagination #20

Closed pladdy closed 6 years ago

pladdy commented 6 years ago

What's new

How to test

make test

codecov-io commented 6 years ago

Codecov Report

Merging #20 into master will decrease coverage by 0.06%. The diff coverage is 98.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
- Coverage   96.74%   96.67%   -0.07%     
==========================================
  Files          16       16              
  Lines         799      933     +134     
==========================================
+ Hits          773      902     +129     
- Misses         15       18       +3     
- Partials       11       13       +2
Impacted Files Coverage Δ
routable_collections.go 100% <100%> (ø) :arrow_up:
auth.go 100% <100%> (ø) :arrow_up:
taxii_user.go 100% <100%> (ø) :arrow_up:
handlers.go 100% <100%> (ø) :arrow_up:
taxii_discovery.go 94.59% <100%> (ø) :arrow_up:
taxii_manifest.go 100% <100%> (ø) :arrow_up:
backend_sqlite.go 97.32% <100%> (+0.69%) :arrow_up:
cabby.go 97.36% <100%> (-0.04%) :arrow_down:
stix_object.go 100% <100%> (ø) :arrow_up:
taxii_api_root.go 95.23% <100%> (ø) :arrow_up:
... and 3 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 66bb770...401c478. Read the comment docs.