Skip to content

Commit

Permalink
Run coverage xml as part of main CI logic
Browse files Browse the repository at this point in the history
  • Loading branch information
huddlej committed Apr 21, 2022
1 parent 723d609 commit ebcdfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
- run: conda list
- run: pytest -c pytest.python3.ini --cov=augur
- run: cram --shell=/bin/bash tests/functional/*.t tests/builds/*.t
- run: coverage xml
- run: bash tests/builds/runner.sh
- if: github.repository == 'nextstrain/augur' && matrix.python-version == '3.10' && matrix.biopython-version == ''
run: coverage xml
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
Expand Down

0 comments on commit ebcdfb8

Please sign in to comment.