Skip to content

Commit

Permalink
AppTests: 100% test cov threshold!
Browse files Browse the repository at this point in the history
Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
  • Loading branch information
gabe-l-hart committed Feb 15, 2024
1 parent a6c2078 commit b40f824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
cd "$BASE_DIR"

fail_under=${FAIL_UNDER:-"36.5"}
fail_under=${FAIL_UNDER:-"100"}
PYTHONPATH="${BASE_DIR}:$PYTHONPATH" python3 -m pytest \
--cov-config=.coveragerc \
--cov=scriptit \
Expand Down

0 comments on commit b40f824

Please sign in to comment.