src-d / proteus

Generate .proto files from Go source code.
https://blog.sourced.tech/post/proteus/
MIT License
735 stars 70 forks source link

[FIX] Fix mapping for time.Duration #71

Closed Serabe closed 7 years ago

Serabe commented 7 years ago

time.Duration need to be properly mapped to google.protobuf.Duration.

Fixes #68

codecov[bot] commented 7 years ago

Codecov Report

Merging #71 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #71   +/-   ##
=======================================
  Coverage   91.12%   91.12%           
=======================================
  Files          13       13           
  Lines        1374     1374           
=======================================
  Hits         1252     1252           
  Misses        103      103           
  Partials       19       19
Impacted Files Coverage Δ
protobuf/mapping.go 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 49ab2d3...9d25fc8. Read the comment docs.