Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/test_coverage' into test_coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
BarzaH committed May 13, 2024
2 parents b923f12 + 2aa56bd commit 143791d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ $? -ne 0 ]; then
echo ERROR
exit 2
fi
coverage report -m --fail-under=50 # percents
coverage report --fail-under=50 # percents
if [ $? -ne 0 ]; then
echo ERROR
exit 2
Expand Down

0 comments on commit 143791d

Please sign in to comment.