Skip to content

Commit 3e15cd9

Browse files
committed
💚 update codecov-action
1 parent cd71dbb commit 3e15cd9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ jobs:
9494
# (requires CODECOV_TOKEN in repository secrets)
9595
#----------------------------------------------
9696
- name: Upload coverage
97-
uses: codecov/codecov-action@v1
97+
uses: codecov/codecov-action@v3
9898
with:
99+
token: ${{ secrets.CODECOV_TOKEN }}
99100
file: ./backend/coverage.xml
100-
fail_ci_if_error: true
101+
fail_ci_if_error: false

0 commit comments

Comments
 (0)