diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-07-04 17:39:27 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-07-04 17:39:27 -0400 |
| commit | ace4be33806fa22f1ddbdcfd9873ae26f03b0e9b (patch) | |
| tree | 1e0910061382ba91e7c43436777b6aab9d8500a6 /.github/workflows | |
| parent | ae94d227d995b9ca3f194124da0a44c8079d321e (diff) | |
| download | python-setuptools-git-ace4be33806fa22f1ddbdcfd9873ae26f03b0e9b.tar.gz | |
Try without any options.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e557e2f9..e12f336c 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 |
