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

Disable coverage gathering during cargo build #2575

Merged

Conversation

tmpolaczyk
Copy link
Contributor

Prevents the creation of junk .profraw files in the ~/.cargo folder. Now coverage is enabled after cargo build, and .profraw files are written directly to the proffiles folder.

@noandrea noandrea added B0-silent Changes should not be mentioned in any release notes D2-notlive PR doesn't change runtime code (so can't be audited) not-breaking Does not need to be mentioned in breaking changes labels Nov 27, 2023
@noandrea noandrea self-requested a review November 29, 2023 23:27
@noandrea noandrea added the ci Continuous Integration pipeline label Nov 29, 2023
@noandrea noandrea merged commit aae35be into moonbeam-foundation:master Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B0-silent Changes should not be mentioned in any release notes ci Continuous Integration pipeline D2-notlive PR doesn't change runtime code (so can't be audited) not-breaking Does not need to be mentioned in breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants