zalando-stups / planb-tokeninfo

Plan B Token Info service for JWT tokens
http://planb.readthedocs.org/
Other
17 stars 8 forks source link

fix govet error #77

Closed vetinari closed 7 years ago

vetinari commented 7 years ago

fixes revoke/revoke.go:121: arg j.Data.IssuedBefore for printf verb %s of wrong type: int

codecov-io commented 7 years ago

Codecov Report

Merging #77 into master will increase coverage by 0.19%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #77      +/-   ##
==========================================
+ Coverage   95.05%   95.24%   +0.19%     
==========================================
  Files          22       22              
  Lines        1052     1052              
==========================================
+ Hits         1000     1002       +2     
+ Misses         40       38       -2     
  Partials       12       12
Impacted Files Coverage Δ
revoke/revoke.go 100% <100%> (ø) :arrow_up:
caching/cache.go 100% <0%> (+2.89%) :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 fd6c8bd...23faf6a. Read the comment docs.

vroldanbet commented 7 years ago

:+1: