Skip to content

Commit

Permalink
DAS-None: fix report locations.
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingbear committed Dec 10, 2024
1 parent b6b05f7 commit 7397a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/run-test
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ set -ex
find . | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf

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

# Make the directory into which coverage reports will be saved
mkdir -p coverage
mkdir -p reports/coverage

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

0 comments on commit 7397a2f

Please sign in to comment.