Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Irlirion committed Jan 17, 2023
1 parent 6752fd5 commit 678af7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
export PYTHONPATH=.
python -m pytest --cov=innofw --cov-report=xml --junitxml=/code/out_report.xml
# coverage report --fail-under=40
python -m pytest --cov=innofw --cov-report=xml --junitxml=out_report.xml
coverage report --fail-under=40
if [ $? -ne 0 ]; then
echo ERROR
exit 2
Expand Down

0 comments on commit 678af7e

Please sign in to comment.