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 b6b05f7 commit 7397a2fCopy full SHA for 7397a2f
bin/run-test
@@ -18,10 +18,10 @@ set -ex
18
find . | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf
19
20
# Make the directory into which XML format test reports will be saved
21
-mkdir -p test-reports
+mkdir -p reports/test-reports
22
23
# Make the directory into which coverage reports will be saved
24
-mkdir -p coverage
+mkdir -p reports/coverage
25
26
# Run the tests in a Docker container with mounted volumes for XML report
27
# output and test coverage reporting
0 commit comments