Skip to content

Commit

Permalink
Add CODECOV token to CI (redis#3285)
Browse files Browse the repository at this point in the history
We did not push code coverage from the master branch
since a while. Try to add a Codecov token, to get back on
track.
  • Loading branch information
gerzse committed Jul 11, 2024
1 parent 5fadeac commit 5135aab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ permissions:

env:
REDIS_STACK_IMAGE: redis/redis-stack-server:7.4.0-rc1
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

jobs:
dependency-audit:
Expand Down

0 comments on commit 5135aab

Please sign in to comment.