-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
trybuild
coverage miss
#299
Comments
Thanks for the report! This appears to be due to a change in the target directory in trybuild 1.0.76 (dtolnay/trybuild#219). As for the change in trybuild 1.0.76, I thought I had addressed it in #238, but that patch didn't seem to work correctly. |
This is because I had missed the fact that the directory where the test workspace was generated had also been updated. This will be fixed in #301. |
Fixed in 0.5.26. |
Thanks! |
I see that
trybuild
should generate a coverage hit, but I'm having trouble getting them to hit in this MR.(The repo (for now) uses tarpaulin, but I might move to this crate)
Expect
I expected the following to have a hit: https://github.com/sharksforarms/deku/pull/352/files#diff-ccee6a304f8d0cb296ba83159aecd8534be0715ac4c0a3d0f1efb57e216ef490L191-L197. This should have been hit from the trybuild test @
tests/test_compile/cases/ctx_validation.stderr
The text was updated successfully, but these errors were encountered: