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

Update Codecov #331

Merged
merged 2 commits into from
Oct 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,13 @@ jobs:


- name: Upload to codecov.io
run: |
bash <(curl -s https://codecov.io/bash) -f parts/parts.info
bash <(curl -s https://codecov.io/bash) -f ext1/ext1.info
uses: codecov/codecov-action@v2.1.0
with:
# Comma-separated list of files to upload
files: ./parts/parts.info,./ext1/ext1.info
# Specify whether or not CI build should fail if Codecov runs into an error during upload
fail_ci_if_error: true
# Comma-separated list, see the README for options and their usage
# functionalities: # optional
# Specify whether the Codecov output should be verbose
verbose: true