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

Make code coverage optional via an envvar #3339

Merged
merged 2 commits into from
Mar 24, 2021

Conversation

brrygrdn
Copy link
Contributor

Calculating code coverage reports isn't free and our CI builds are quite long running as-is.

Let's turn this off for now to save some time as we are not actively pushing coverage right now - individual developers can still generate these reports via:

COVERAGE=true bundle exec rspec spec

We can review the status of coverage reporting after making some optimisation passes on builds.

@brrygrdn brrygrdn requested a review from a team as a code owner March 24, 2021 13:37
Copy link
Contributor

@feelepxyz feelepxyz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense for now 👍

@brrygrdn brrygrdn merged commit 11e5cbe into main Mar 24, 2021
@brrygrdn brrygrdn deleted the brrygrdn/coverage-reports-are-optional branch March 24, 2021 15:56
@thepwagner thepwagner mentioned this pull request Mar 25, 2021
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.

2 participants