Skip to content

Commit

Permalink
build(*): fix codecov upload (#2791)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc authored Feb 7, 2024
1 parent 7199d43 commit 0064a63
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:

- name: Upload test coverage info
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

e2e-tests:
name: end-to-end
Expand Down Expand Up @@ -166,6 +169,9 @@ jobs:

- name: Upload test coverage info
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Show gameserver logs
if: failure()
Expand Down

0 comments on commit 0064a63

Please sign in to comment.