summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-05-19 00:17:58 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-05-19 00:17:58 -0700
commitbce81fb5b33d1fef5d400744d6be86e3b635cee6 (patch)
tree3d526f8742d9db527360d0c100113245c4bf4754 /.github
parent6a68002b3a18624228148aad23a69f9c2c4c77d0 (diff)
downloadisort-bce81fb5b33d1fef5d400744d6be86e3b635cee6.tar.gz
Report coverage to xml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2cc08446..c0cad2e9 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -48,8 +48,8 @@ jobs:
- name: Test
shell: bash
run: |
- poetry run pytest tests/ -s --cov=isort/ --cov=tests/ --cov-report=term-missing ${@-} --cov-report xml
- bash <(curl -s https://codecov.io/bash)
+ poetry run pytest tests/ -s --cov=isort/ --cov=tests/ --cov-report=term-missing ${@-}
+ coverage xml
- name: Report Coverage
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8'
uses: codecov/codecov-action@v1.0.6