summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index db93a817..9b29a7bf 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -20,10 +20,11 @@ jobs:
python -m pip install tox
- name: Run tests
run: tox
+ - name: After tests
+ run: tox -e coverage,codecov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
- token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
release: