File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -88,3 +88,6 @@ test_script:
8888 # Run the tests appropriate for this entry in the test matrix. Skip tests
8989 # if we're just updating the cache.
9090 - " if not \" %APPVEYOR_SCHEDULED_BUILD%\" == \" True\" (%CMD_IN_ENV% %TEST1_CMD% )"
91+
92+ after_test :
93+ - ps : (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\junit-results.xml))
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ python_files = "tests/win32/test_*.py" "tests/win32com/test_ROT.py"
1616#
1717# py.test -k test_name
1818#
19- addopts = " -v" " -rsxXfE" " --doctest-glob=" " --continue-on-collection-errors"
19+ addopts = " -v" " -rsxXfE" " --doctest-glob=" " --continue-on-collection-errors" " --junitxml=junit-results.xml "
You can’t perform that action at this time.
0 commit comments