-
-
Notifications
You must be signed in to change notification settings - Fork 412
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
Code coverage is broken #336
Comments
Has this been fixed by the move to azure pipelines? |
The rustc has finally been fixed in Nightly this week, this is now pending crate-ci/azure-pipelines#42 so we can run the coverage on nightly until the fix gets to stable. |
- Run ignored tests, used for slow tests (we used to have this on Travis) - Run coverage on nightly for now due to (see #336)
- Run ignored tests, used for slow tests (we used to have this on Travis) - Run coverage on nightly for now due to (see #336)
Still not quite working, need to get xd009642/tarpaulin#239. |
In the ongoing saga, that issue has now been fixed but we appear to be running into (a variant of) xd009642/tarpaulin#190 now. |
This issue can now be closed I guess ? |
Yes, at least this particular cause is no longer relevant. |
Apparently broken because of rust-lang/rust#58375, and we failed to notice for a long time because of xd009642/tarpaulin#219 (despite changes in #286 so far).
The text was updated successfully, but these errors were encountered: