summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authortanvimoharir <74228962+tanvimoharir@users.noreply.github.com>2021-06-12 19:51:37 +0530
committerGitHub <noreply@github.com>2021-06-12 19:51:37 +0530
commit87bb4f370a69817e790297ecaa90c46ea8d4272b (patch)
tree6b1018907c04fb0dcac2e106083a95f67cf59d84 /.github/workflows
parent458e5f8411bba0ddcb8aa7d691955f173bf207ce (diff)
downloadpython-setuptools-git-87bb4f370a69817e790297ecaa90c46ea8d4272b.tar.gz
Using codecov action
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index fd1b913c..3ded3232 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -21,7 +21,11 @@ jobs:
- name: Run tests
run: tox
- name: Upload coverage to Codecov
- run: tox -e coverage,codecov
+ uses: codecov/codecov-action@v1
+ with:
+ functionalities: gcov
+ files: ./coverage.xml
+ verbose: true # optional (default = false)
release:
needs: test