We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db1c05 commit a929bd0Copy full SHA for a929bd0
1 file changed
.github/workflows/test.yaml
@@ -56,6 +56,7 @@ jobs:
56
- name: Upload coverage to Codecov
57
uses: codecov/codecov-action@v5
58
with:
59
+ token: ${{ secrets.CODECOV_TOKEN }}
60
verbose: true
61
62
- name: Run command line script
0 commit comments