Skip to content

Commit

Permalink
back to junit
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Sep 5, 2023
1 parent 1200b83 commit 886c52a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ trigger:
variables:
PIP_CACHE_DIR: $(Pipeline.Workspace)/.pip
RUN_COVERAGE: no
PYTEST_ADDOPTS: --color=yes --nunit-xml=test-data/test-results.xml
PYTEST_ADDOPTS: --color=yes --junitxml=test-data/test-results.xml
PRERELEASE_DEPENDENCIES: no

jobs:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
condition: succeededOrFailed()
inputs:
testResultsFiles: "test-data/test-results.xml"
testResultsFormat: NUnit
testResultsFormat: JUnit
testRunTitle: "Publish test results for Python $(python.version)"

- script: bash <(curl -s https://codecov.io/bash)
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ test = [
"loompy>=3.0.5",
"pytest>=6.0",
"pytest-cov>=2.10",
"pytest-nunit",
"zarr",
"matplotlib",
"scikit-learn",
Expand Down

0 comments on commit 886c52a

Please sign in to comment.