pladdy / cabby

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

Embed queries in .go file #19

Closed pladdy closed 6 years ago

pladdy commented 6 years ago

What's new

How to test

make test

pladdy commented 6 years ago

Might want to consider https://github.com/go-bindata/go-bindata some day...until then embedding queries

codecov-io commented 6 years ago

Codecov Report

Merging #19 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #19   +/-   ##
=======================================
  Coverage   96.74%   96.74%           
=======================================
  Files          16       16           
  Lines         799      799           
=======================================
  Hits          773      773           
  Misses         15       15           
  Partials       11       11
Impacted Files Coverage Δ
backend.go 100% <ø> (ø) :arrow_up:
backend_sqlite.go 96.62% <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 2237dd2...7a8337b. Read the comment docs.

pladdy commented 6 years ago

Will look at getting more "orm" style in the future. This makes a built thing travel with out .sql files now.