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

Use Codecov in informational mode #223

Closed
viniciuschiele opened this issue Mar 21, 2023 · 1 comment · Fixed by #228
Closed

Use Codecov in informational mode #223

viniciuschiele opened this issue Mar 21, 2023 · 1 comment · Fixed by #228

Comments

@viniciuschiele
Copy link
Owner

viniciuschiele commented Mar 21, 2023

  • codecov status check is enabled and it blocks Pull Requests that don't meet a particular coverage threshold.
  • By setting the flag informational to true, the resulting status will pass no matter what the coverage is.
  • Codecov settings: https://docs.codecov.com/docs/commit-status
  • Upgrade Github step to codecov/codecov-action@v3
@christopherpickering
Copy link
Collaborator

In one of my other repo's I found that having a file .github/codecov.yaml with

coverage:
  status:
    project:
      default:
        informational: true
    patch:
      default:
        informational: true

fixes these red checks.

I can start it in a pr sometime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants