summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-07-04 17:39:27 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-07-04 17:39:27 -0400
commitace4be33806fa22f1ddbdcfd9873ae26f03b0e9b (patch)
tree1e0910061382ba91e7c43436777b6aab9d8500a6 /.github/workflows
parentae94d227d995b9ca3f194124da0a44c8079d321e (diff)
downloadpython-setuptools-git-ace4be33806fa22f1ddbdcfd9873ae26f03b0e9b.tar.gz
Try without any options.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml7
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