Skip to content

Commit

Permalink
enable shellcheck: unit test in status/run_test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpbc authored and Iain-S committed Feb 14, 2024
1 parent 65667f7 commit 3f88af2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion usage_function/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ status=$((status+$?))

# Run our unit tests with code coverage
echo "Running unit tests..."
# shellcheck disable=SC2140
python -m coverage run \
--omit=".venv/*,tests/*,venv/*" \
-m unittest discover \
Expand Down

0 comments on commit 3f88af2

Please sign in to comment.