pladdy / cabby

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

Add versions (and other things) #53

Closed pladdy closed 5 years ago

pladdy commented 5 years ago

What's new

How to test

make test

codecov[bot] commented 5 years ago

Codecov Report

Merging #53 into master will increase coverage by 0.27%. The diff coverage is 97.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
+ Coverage   95.45%   95.73%   +0.27%     
==========================================
  Files          25       28       +3     
  Lines        1693     1757      +64     
==========================================
+ Hits         1616     1682      +66     
+ Misses         44       42       -2     
  Partials       33       33
Impacted Files Coverage Δ
cabby.go 90.47% <ø> (ø) :arrow_up:
backends/sqlite/manifest.go 91.3% <ø> (ø) :arrow_up:
http/requests.go 100% <100%> (ø) :arrow_up:
http/server.go 100% <100%> (ø) :arrow_up:
http/object.go 100% <100%> (ø)
http/objects.go 91.42% <100%> (+1.86%) :arrow_up:
http/responses.go 89.74% <100%> (+1.86%) :arrow_up:
http/routes.go 100% <100%> (ø) :arrow_up:
http/versions.go 100% <100%> (ø)
backends/sqlite/sqlite.go 95.42% <100%> (+0.05%) :arrow_up:
... and 4 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 31c4801...9e10049. Read the comment docs.