lestrrat-go / strftime

Fast strftime for Go
MIT License
117 stars 22 forks source link

First phase of eradicating github.com/pkg/errors #32

Closed lestrrat closed 2 years ago

lestrrat commented 2 years ago

First phase is to offer an opt-in path to using fmt.Errorf instead of github.com/pkg/errors

closes #28

codecov-commenter commented 2 years ago

Codecov Report

Merging #32 (8837e3b) into master (bd1e7b3) will increase coverage by 0.44%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
+ Coverage   79.47%   79.92%   +0.44%     
==========================================
  Files           5        7       +2     
  Lines         268      274       +6     
==========================================
+ Hits          213      219       +6     
  Misses         38       38              
  Partials       17       17              
Impacted Files Coverage Δ
specifications.go 70.58% <ø> (ø)
strftime.go 86.20% <ø> (ø)
internal/errors/errors_fmt.go 100.00% <100.00%> (ø)
internal/errors/errors_pkg.go 100.00% <100.00%> (ø)

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 bd1e7b3...8837e3b. Read the comment docs.