Commit b73b492
Lock SimpleCov to < 1.1.0 to fix coveralls CI failure
SimpleCov 1.1.0 changed created_at from an integer to a float
timestamp, which coveralls-ruby-adapter/coverage-reporter fails to
parse (JSON::SerializableError: Couldn't parse (Int64 | Nil) from
a float). This breaks the coverage workflow on every push.
See coverallsapp/github-action#269
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 51fb5c1 commit b73b492
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
0 commit comments