Skip to content

Commit

Permalink
fix: ensure test harness does not delete coveragerc (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jun 23, 2024
1 parent 1c94eaa commit 02bd064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bin/test-code
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PYTEST_EXTRA_ARGS="${PYTEST_EXTRA_ARGS:-}"

pushd "$ROOT_PATH" 2>&1 >/dev/null

rm -rf .coverage*
rm -rf .coverage.* .coverage

echo -e "\nRunning tests (no benchmarks)..."
poetry run pytest --timeout=10 --color=yes --cov-report=xml --benchmark-skip --maxfail=10 $PYTEST_EXTRA_ARGS
Expand Down

0 comments on commit 02bd064

Please sign in to comment.