You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if we were able to gather test coverage information for Clippy.
We have an old script written by @mcarton that could be used to run kcov on Clippy. It seems like this script doesn't work currently for various reasons.
While making coverage tracking work again it might be worth to investigate tarpaulin, as well.
@felix91gr mentioned on Discord that they would like to work on coverage tracking once #3963 is done.
The text was updated successfully, but these errors were encountered:
To improve this rendering, one leftover question is how to exclude dependencies from the results (e.g. exclude results from .cargo and .rustup paths): maybe building deps without -Zinstrument-coverage?
It would be nice if we were able to gather test coverage information for Clippy.
We have an old script written by @mcarton that could be used to run
kcov
on Clippy. It seems like this script doesn't work currently for various reasons.While making coverage tracking work again it might be worth to investigate tarpaulin, as well.
@felix91gr mentioned on Discord that they would like to work on coverage tracking once #3963 is done.
The text was updated successfully, but these errors were encountered: