Skip to content

Commit

Permalink
Fix coverage base folder (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Oct 1, 2023
1 parent 83c8080 commit 4b48834
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/run_tests.bash
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ TEST_RESULTS_DIR="${SCRIPT_DIR}/results"
# Run regular pytest tests
echo "Running Python package unit tests..."
python3 -m pytest "$SCRIPT_DIR" \
--cov="$SCRIPT_DIR" --cov-branch --cov-report term \
--cov="$SCRIPT_DIR/../pyrobosim/pyrobosim" --cov-branch \
--cov-report term \
--cov-report html:"$TEST_RESULTS_DIR/test_results_coverage_html" \
--cov-report xml:"$TEST_RESULTS_DIR/test_results_coverage.xml" \
--junitxml="$TEST_RESULTS_DIR/test_results.xml" \
Expand Down

0 comments on commit 4b48834

Please sign in to comment.