diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a5fff2..101098a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - run: make redash-setup - run: make redash-upgrade-db - run: make vet - - run: make testacc TEST_OPTS='coverprofile=coverage.out' + - run: make testacc TEST_OPTS='-coverprofile=coverage.out' - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 with: