summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-05-17 22:58:57 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-05-17 22:58:57 -0700
commite5b6e996e591ecfcee13eeeab04c9fa609dba34d (patch)
tree0e8c87a9ec630d7712f964b0a1e96bf9f28db75d /.github
parent99a27ea77857bac432c84e9dd5db923201b129a5 (diff)
downloadisort-e5b6e996e591ecfcee13eeeab04c9fa609dba34d.tar.gz
Annother attempt
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 44b6a6f2..c9ffff10 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -49,8 +49,4 @@ jobs:
shell: bash
run: |
poetry run pytest tests/ -s --cov=isort/ --cov=tests/ --cov-report=term-missing ${@-} --cov-report html
- - name: Report Coverage
- if: startsWith(matrix.os, 'ubuntu') && matrix.python-version == '3.8'
- run: |
- poetry run pip install codecov
- poetry run codecov
+ bash <(curl -s https://codecov.io/bash)