summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-05-17 23:04:47 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-05-17 23:04:47 -0700
commit5f8df660cdc9d358c68d48d47d1572a8a05a0c87 (patch)
treeb85741f9a0461af943a7ff49771b99b5fc990f8b /.github
parente5b6e996e591ecfcee13eeeab04c9fa609dba34d (diff)
downloadisort-5f8df660cdc9d358c68d48d47d1572a8a05a0c87.tar.gz
Annother attempt
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c9ffff10..b5c0ed58 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -50,3 +50,8 @@ jobs:
run: |
poetry run pytest tests/ -s --cov=isort/ --cov=tests/ --cov-report=term-missing ${@-} --cov-report html
bash <(curl -s https://codecov.io/bash)
+ - name: Report Coverage
+ if: startsWith(matrix.os, 'ubuntu') && matrix.python-version == '3.8'
+ run: |
+ poetry run install codecov coverage
+ bash <(curl -s https://codecov.io/bash)