Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Bump codecov/codecov-action from 3 to 4 (#809)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexander Gomzyakov <[email protected]>
  • Loading branch information
dependabot[bot] and gomzyakov authored Mar 14, 2024
1 parent 6fd8ddc commit 2fa62a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ jobs:
- name: Show coverage.xml
run: cat ./coverage.xml

- name: Upload coverage.xml to Codecov
uses: codecov/codecov-action@v3
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: flamenotes/flamenotes
files: ./coverage.xml
fail_ci_if_error: true
flags: unittests
Expand Down

0 comments on commit 2fa62a6

Please sign in to comment.