pladdy / cabby

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

Re-Organize #32

Closed pladdy closed 6 years ago

pladdy commented 6 years ago

What's new

How to test

make test Also tested with cabby-tests (https://github.com/pladdy/cabby-tests)

codecov-io commented 6 years ago

Codecov Report

Merging #32 into master will increase coverage by 0.29%. The diff coverage is 96.91%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
+ Coverage   96.57%   96.87%   +0.29%     
==========================================
  Files          20       24       +4     
  Lines        1520     1473      -47     
==========================================
- Hits         1468     1427      -41     
+ Misses         31       25       -6     
  Partials       21       21
Impacted Files Coverage Δ
http/collection.go 100% <100%> (ø)
logging.go 100% <100%> (ø)
http/status.go 100% <100%> (ø)
http/requests.go 100% <100%> (ø)
http/handlers.go 100% <100%> (ø)
http/collections.go 100% <100%> (ø)
http/api_root.go 100% <100%> (ø)
http/error.go 100% <100%> (ø)
http/routes.go 100% <100%> (ø)
context.go 100% <100%> (ø)
... and 35 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 b519676...2e113ae. Read the comment docs.