Skip to content

Commit 7397a2f

Browse files
committed
DAS-None: fix report locations.
1 parent b6b05f7 commit 7397a2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/run-test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ set -ex
1818
find . | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf
1919

2020
# Make the directory into which XML format test reports will be saved
21-
mkdir -p test-reports
21+
mkdir -p reports/test-reports
2222

2323
# Make the directory into which coverage reports will be saved
24-
mkdir -p coverage
24+
mkdir -p reports/coverage
2525

2626
# Run the tests in a Docker container with mounted volumes for XML report
2727
# output and test coverage reporting

0 commit comments

Comments
 (0)