pladdy / cabby

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

Bug fixes #35

Closed pladdy closed 6 years ago

pladdy commented 6 years ago

What's new

Issues:

How to test

make test

codecov-io commented 6 years ago

Codecov Report

Merging #35 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
+ Coverage   96.87%   96.89%   +0.01%     
==========================================
  Files          24       24              
  Lines        1473     1481       +8     
==========================================
+ Hits         1427     1435       +8     
  Misses         25       25              
  Partials       21       21
Impacted Files Coverage Δ
http/requests.go 100% <ø> (ø) :arrow_up:
http/objects.go 86.53% <100%> (-0.13%) :arrow_down:
http/responses.go 100% <100%> (ø) :arrow_up:
cabby.go 96.15% <100%> (+0.03%) :arrow_up:
http/error.go 100% <100%> (ø) :arrow_up:
sqlite/sqlite.go 98.75% <100%> (ø) :arrow_up:
http/collections.go 100% <100%> (ø) :arrow_up:
http/manifest.go 100% <100%> (ø) :arrow_up:

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 8cdb015...b7030b8. Read the comment docs.