Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI failure for Codecov/tarpaulin #200

Merged

Conversation

abungay
Copy link
Contributor

@abungay abungay commented Apr 10, 2021

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 = ) are failing.

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.
@sharksforarms sharksforarms merged commit 33ce4f7 into sharksforarms:master Apr 13, 2021
@sharksforarms
Copy link
Owner

Thanks! 🎉

@abungay abungay deleted the fix-ci-failure-tarpaulin branch April 13, 2021 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants