diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 69136830..1484dcfe 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -50,7 +50,7 @@ jobs: #TRAVIS=true ./scripts/test.sh - name: Run Tests - run: go test -run=TestIntegrationScripts -coverprofile=coverage.txt -covermode=atomic + run: go test -coverprofile=coverage.txt -covermode=atomic . - name: Upload coverage to Codecov uses: codecov/codecov-action@v4