Skip to content

Commit

Permalink
ci: re-add codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
antscloud committed Sep 11, 2023
1 parent 8d5c7c6 commit 596d78d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -204,8 +204,9 @@ jobs:
run: ls -lh --color=auto -R

- name: Upload coverage report
uses: codecov/codecov-action@v3.1.0
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage/
fail_ci_if_error: true
files: coverage.xml
Expand Down

0 comments on commit 596d78d

Please sign in to comment.