From 1bb20c5d9def9124a94e404f214316d58c419d34 Mon Sep 17 00:00:00 2001 From: Tihomir Mateev Date: Thu, 24 Oct 2024 21:20:07 +0300 Subject: [PATCH] Seems is not considered --- .github/workflows/integration.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d497d4d30..66bd13f02 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -56,7 +56,6 @@ jobs: - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 with: - verbose: ${{ runner.debug }} token: ${{ secrets.CODECOV_TOKEN }} - name: Upload test failure reports to Codecov uses: codecov/test-results-action@v1