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

Figure out a way to incorporate trybuild runs in tarpaulin reports #339

Open
jawoznia opened this issue Apr 4, 2024 · 0 comments
Open
Labels

Comments

@jawoznia
Copy link
Collaborator

jawoznia commented Apr 4, 2024

          > Only one thing bothers me - why the code coverage is not calculated properly here?

I think this is because trybuild invokes rustc on it's own per test file (otherwise tests would fail the original process run by us).
Then it makes sense that tarpaulin doesn't incorporate those runs into it's report since those are separate processes.

It's sad as I thought we will be able to cover error cases using trybuild.
Solution to this is not obvious to me at the moment so I will open a separate issue to track it.

Originally posted by @jawoznia in #338 (comment)

@jawoznia jawoznia added the idea label Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant