diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 02b4c91c..efdd3379 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -34,6 +34,6 @@ jobs: with: go-version: 1.17 - name: Run coverage - run: go test -v -race -coverprofile=coverage.out -covermode=atomic + run: go test -v -race -coverprofile=coverage.out -covermode=atomic - name: Codecov uses: codecov/codecov-action@v3.0.0