summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-05-17 22:50:49 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-05-17 22:50:49 -0700
commit99a27ea77857bac432c84e9dd5db923201b129a5 (patch)
treebe22e2b08185adbebcf10f1354a2e6c80d902883 /.github
parent4e4d92931cc814a6544db102343910eb8002055a (diff)
downloadisort-99a27ea77857bac432c84e9dd5db923201b129a5.tar.gz
Attempt different way to run codecov
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 681d85e4..44b6a6f2 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -51,4 +51,6 @@ jobs:
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: bash <(curl -s https://codecov.io/bash)
+ run: |
+ poetry run pip install codecov
+ poetry run codecov