Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: CI failure for Codecov/tarpaulin (#200)
Run tarpaulin for code coverage on stable rust instead of nightly. Nightly rust has our test cases failing due to the changed debug printing of strings with single quotes "'" so our test cases using should_panic(expected = <error message>) are failing. See rust-lang/rust#83079
- Loading branch information