Skip to content

Commit b6a0f96

Browse files
committed
Add CODECOV token to CI (#3285)
We did not push code coverage from the master branch since a while. Try to add a Codecov token, to get back on track.
1 parent 287d289 commit b6a0f96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ permissions:
2525

2626
env:
2727
REDIS_STACK_IMAGE: redis/redis-stack-server:7.4.0-rc1
28+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2829

2930
jobs:
3031
dependency-audit:

0 commit comments

Comments
 (0)