We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f5df9 commit 6b10358Copy full SHA for 6b10358
1 file changed
.github/workflows/test_and_deploy.yml
@@ -58,6 +58,8 @@ jobs:
58
59
- name: Coverage
60
uses: codecov/codecov-action@v3
61
+ with:
62
+ token: ${{ secrets.CODECOV_TOKEN }}
63
64
deploy:
65
# this will run when you have tagged a commit, starting with "v*"
0 commit comments