Skip to content

Commit

Permalink
rm duplicate junitxml and use the set coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Sep 13, 2023
1 parent c77904b commit 2309859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ stages:
- script: python -c "import mne; mne.datasets.testing.data_path(verbose=True)"
displayName: 'Get MNE testing datataset'
condition: ne(variables.CACHE_MNE_RESTORED, 'true')
- script: pytest pycrostates --junitxml=junit/test-results.xml --cov=pycrostates --cov-report=xml
- script: pytest pycrostates --cov=pycrostates --cov-report=xml --cov-config=pyproject.toml
displayName: 'Run unit tests'
- task: PublishCodeCoverageResults@1
inputs:
Expand Down

0 comments on commit 2309859

Please sign in to comment.