From 11cf26f66018699317553f29f25b2a42c3a9c4e9 Mon Sep 17 00:00:00 2001 From: Aleksandr Rusakov Date: Thu, 3 Oct 2024 02:06:14 +0300 Subject: [PATCH] next --- .github/workflows/test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 842f5fd..3c178fb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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) -