From ace4be33806fa22f1ddbdcfd9873ae26f03b0e9b Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 4 Jul 2021 17:39:27 -0400 Subject: [PATCH] Try without any options. --- .github/workflows/main.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e557e2f91c..e12f336cac 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,13 +22,6 @@ jobs: run: tox - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 - with: - flags: >- - GHA, - ${{ runner.os }}, - ${{ matrix.python }} - functionalities: gcov - verbose: true # optional (default = false) release: needs: test