From 2309859e02ce4fbe6defd6900ccbfb0b568c0d9a Mon Sep 17 00:00:00 2001 From: Mathieu Scheltienne Date: Wed, 13 Sep 2023 23:09:14 +0200 Subject: [PATCH] rm duplicate junitxml and use the set coverage config --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f68326c5..3ff83aea 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: