Closed lestrrat closed 2 years ago
Merging #32 (8837e3b) into master (bd1e7b3) will increase coverage by
0.44%
. The diff coverage is100.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.
First phase is to offer an opt-in path to using fmt.Errorf instead of github.com/pkg/errors
closes #28