Skip to content

Commit

Permalink
Testing if token is needed for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
judtinzhang committed Oct 2, 2023
1 parent 99e0787 commit 0dec56b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cdkactions_build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- name: Upload Code Coverage
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./backend/
fail_ci_if_error: true
files: coverage.xml
Expand Down

0 comments on commit 0dec56b

Please sign in to comment.