Skip to content

Commit 48bf60d

Browse files
committed
Try to expose the codecov token
1 parent e332106 commit 48bf60d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
env:
1111
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1212
RUN_SLOW_TESTS: true
13+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1314

1415
steps:
1516
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)