diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 0d454d8..8577c1d 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -32,7 +32,7 @@ jobs: run: go build -v . - name: Test - run: go test -coverprofile=coverage.out -covermode=atomic -v tests/. + run: go test -coverprofile=coverage.out -covermode=atomic -v ./tests/. - name: Upload coverage report uses: codecov/codecov-action@v1