diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6cbbd36..30b72b7 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -13,7 +13,7 @@ jobs: with: go-version: '1.17' - name: Run tests with coverage - run: go test -race -coverprofile=coverage.out -covermode=atomic && cat ./coverage.out + run: go test -race -coverprofile=coverage.out -covermode=atomic ./... - uses: codecov/codecov-action@v2 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos