xmidt-org / svalinn

The shield to protect our users from incoming events. Part of codex.
Apache License 2.0
1 stars 7 forks source link

Improve Application Versioning #111

Closed kcajmagic closed 5 years ago

kcajmagic commented 5 years ago

This will allow for better bug reports and information the binary running. For example if you build a docker image with make local-docker you can get the version with the command docker run --rm xmidt/svalinn:local -v.

svalinn:
  version:      0.12.0+local
  go version:   go1.12.1
  built time:   2019-10-08 22:24:14
  git commit:   2b26b52
  os/arch:      linux/amd64
codecov-io commented 5 years ago

Codecov Report

Merging #111 into master will decrease coverage by 0.88%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #111      +/-   ##
=========================================
- Coverage   47.98%   47.1%   -0.89%     
=========================================
  Files           6       6              
  Lines         373     380       +7     
=========================================
  Hits          179     179              
- Misses        189     196       +7     
  Partials        5       5
Impacted Files Coverage Δ
main.go 0% <0%> (ø) :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 3c846ee...2b26b52. Read the comment docs.