Skip to content

Commit

Permalink
Export coverage as xml
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Dec 16, 2023
1 parent a170af9 commit e62ed8e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,10 @@ jobs:
HYPOTHESIS_PROFILE: pr
run: >-
poetry run pytest -n auto --splits 5 --group ${{ matrix.split }}
--cov=snakebids
--cov=snakebids --cov-report=xml
--doctest-modules --ignore=docs
--ignore=snakebids/project_template --benchmark-disable
- name: debug view added files
run: git status
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit e62ed8e

Please sign in to comment.