Skip to content

Commit a929bd0

Browse files
committed
Add Codecov token to workflow configuration
1 parent 7db1c05 commit a929bd0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
- name: Upload coverage to Codecov
5757
uses: codecov/codecov-action@v5
5858
with:
59+
token: ${{ secrets.CODECOV_TOKEN }}
5960
verbose: true
6061

6162
- name: Run command line script

0 commit comments

Comments
 (0)