From 981159ae81ea1f345d7789ffd6d4d47189564b6b Mon Sep 17 00:00:00 2001 From: Konstantin Date: Wed, 29 May 2024 23:30:17 +0300 Subject: [PATCH] This package test --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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