Skip to content

Commit

Permalink
💚 update codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Wytamma committed Apr 28, 2023
1 parent cd71dbb commit 3e15cd9
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 @@ -94,7 +94,8 @@ jobs:
# (requires CODECOV_TOKEN in repository secrets)
#----------------------------------------------
- name: Upload coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./backend/coverage.xml
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit 3e15cd9

Please sign in to comment.