Skip to content

Commit

Permalink
Merge pull request #202 from arduino/umbynos-patch-1
Browse files Browse the repository at this point in the history
Bump codecov-action to v3, and use token
  • Loading branch information
facchinm authored Sep 4, 2023
2 parents 267bab1 + b2e375a commit 0ecb1aa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
coverage-data-path: ${{ env.COVERAGE_DATA_PATH }}

# See: https://github.com/codecov/codecov-action/blob/master/README.md
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v1
- name: Code coverage
uses: codecov/codecov-action@v3
with:
file: ${{ env.COVERAGE_DATA_PATH }}
token: ${{ secrets.CODECOV_TOKEN }}
files: ${{ env.COVERAGE_DATA_PATH }}
fail_ci_if_error: true

0 comments on commit 0ecb1aa

Please sign in to comment.