We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that codecov reports aren't uploaded during CI runs since quite a while: https://app.codecov.io/gh/bioio-devs/bioio/commits
The "Upload Codecov" step fails with:
error - 2024-12-03 17:32:22,145 -- Upload failed: {"message":"Token required because branch is protected"}
... but doesn't fail the GitHub Actions workflow.
With the current setup in .github/workflows, coverage reports should be uploaded for every commit.
.github/workflows
Add a CODECOV_TOKEN secret to the bioio-devs org if not yet present, and use that token in the codecov-action:
CODECOV_TOKEN
bioio-devs
codecov-action
bioio/.github/workflows/ci.yml
Lines 63 to 64 in abbab2c
GitHub Actions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
It seems that codecov reports aren't uploaded during CI runs since quite a while:
https://app.codecov.io/gh/bioio-devs/bioio/commits
The "Upload Codecov" step fails with:
... but doesn't fail the GitHub Actions workflow.
Expected Behavior
With the current setup in
.github/workflows
, coverage reports should be uploaded for every commit.Proposed solution
Add a
CODECOV_TOKEN
secret to thebioio-devs
org if not yet present, and use that token in thecodecov-action
:bioio/.github/workflows/ci.yml
Lines 63 to 64 in abbab2c
Environment
GitHub Actions
The text was updated successfully, but these errors were encountered: