Skip to content

Commit

Permalink
Produce both coverage reports (XML and term) on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Jan 25, 2022
1 parent 9b618ca commit 84c2a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
python -m pip install tox
- name: Run tests
run: tox -- --cov-report xml
run: tox -- --cov-report xml --cov-report term
- name: Publish coverage
if: false # disabled for #2727
uses: codecov/codecov-action@v1
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Run tests
shell: C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -leo pipefail -o igncr {0}
run: |
tox -- --cov-report xml
tox -- --cov-report xml --cov-report term
integration-test:
strategy:
Expand Down

0 comments on commit 84c2a2c

Please sign in to comment.