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 committed Feb 14, 2024
1 parent f7cf26c commit 70da18d
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 70da18d

Please sign in to comment.