Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
arusakov committed Oct 2, 2024
1 parent 810315d commit 11cf26f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ jobs:
REDIS_HOST: redis
REDIS_PORT: 6379
# for codecov
# - run: apk add git curl gnupg coreutils
- run: apk add git curl gnupg coreutils
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
files: ./coverage/lcov.info
file: ./coverage/lcov.info
os: alpine
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true # optional (default = false)

0 comments on commit 11cf26f

Please sign in to comment.