We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e8a6d commit 24f064cCopy full SHA for 24f064c
appveyor.yml
@@ -51,7 +51,7 @@ test_script:
51
- "%PYTHON%\\python.exe -m pytest --verbose -p no:cacheprovider --junit-xml=tests.xml"
52
- ps: >-
53
$wc = New-Object 'System.Net.WebClient'
54
- $wc.UploadFile("https://ci.appveyor.com/api/testresults/xunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\tests.xml))
+ $wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($Env:APPVEYOR_JOB_ID)", (Resolve-Path .\tests.xml))
55
56
branches:
57
only:
0 commit comments