artichoke / strftime-ruby

⏳ Ruby `Time#strftime` parser and formatter
https://crates.io/crates/strftime-ruby
MIT License
12 stars 0 forks source link

Add coverage for `fmt::Debug` impl on `Error` #63

Closed lopopolo closed 2 years ago

lopopolo commented 2 years ago

From the coverage job:

On trunk: 
coveragePercent = 99.6
linesCovered = 1737
linesMissed = 7
linesTotal = 1744

On PR branch: 
coveragePercent = 99.66
linesCovered = 1755
linesMissed = 6
linesTotal = 1761
lopopolo commented 2 years ago

It looks like this raced with #61 and broke trunk.