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 code coverage in CI #2943

Merged
merged 10 commits into from
Aug 19, 2024
Merged

Disable code coverage in CI #2943

merged 10 commits into from
Aug 19, 2024

Conversation

konnov
Copy link
Collaborator

@konnov konnov commented Aug 15, 2024

Removing test-coverage from the CI workflows:

  • It slows down the build times
  • scoverage is not up-to-date, see this build
  • I don't think anybody was looking at the coverage plots in years.

Without code coverage in tests:

image

With code coverage in tests:

image

The integration tests are still slower though, so the total build times are not changing.

@konnov
Copy link
Collaborator Author

konnov commented Aug 15, 2024

I will merge this one, to see whether it unlocks other PRs. If you have objections, we can come back to this later.

@konnov konnov enabled auto-merge August 15, 2024 10:56
@konnov konnov merged commit ab426f1 into main Aug 19, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants