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

Code coverage via Codecov base #4386

Closed
wants to merge 91 commits into from
Closed

Code coverage via Codecov base #4386

wants to merge 91 commits into from

Conversation

AndWeHaveAPlan
Copy link
Contributor

Add manual jobs for code coverage (triggered via codecov-start job):

  • codecov-start - initialize Codecov report for commit/pr
  • test-linux-stable-codecov - perform nextest run and upload coverage data parts
  • codecov-finish - finalize uploading of data parts and generate Codecov report

Coverage requires code to be built with -C instrument-coverage which causes build errors (e .g. error[E0275]: overflow evaluating the requirement `<mock::Test as pallet::Config>::KeyOwnerProof == _\` , seems like related to 2641) and unstable tests behavior (example). This is where we'll nee the developers assistance

@AndWeHaveAPlan AndWeHaveAPlan added the R0-silent Changes should not be mentioned in any release notes label May 6, 2024
@AndWeHaveAPlan AndWeHaveAPlan deleted the es/coverage branch May 6, 2024 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R0-silent Changes should not be mentioned in any release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants