diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 641b5270..02b4c91c 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -33,5 +33,7 @@ jobs: uses: actions/setup-go@v2 with: go-version: 1.17 + - name: Run coverage + run: go test -v -race -coverprofile=coverage.out -covermode=atomic - name: Codecov uses: codecov/codecov-action@v3.0.0