Loading scripts/run_tests_locally-device-morpheus.sh +5 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,11 @@ PROJECTDIR=`pwd` cd $PROJECTDIR/src RCFILE=$PROJECTDIR/coverage/.coveragerc COVERAGEFILE=$PROJECTDIR/coverage/.coverage # Destroy old coverage file and configure the correct folder on the .coveragerc file rm -f $COVERAGEFILE cat $PROJECTDIR/coverage/.coveragerc.template | sed s+~/tfs-ctrl+$PROJECTDIR+g > $RCFILE # Run unitary tests and analyze coverage of code at same time coverage run --rcfile=$RCFILE --append -m pytest -s --log-level=INFO --verbose \ Loading Loading
scripts/run_tests_locally-device-morpheus.sh +5 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,11 @@ PROJECTDIR=`pwd` cd $PROJECTDIR/src RCFILE=$PROJECTDIR/coverage/.coveragerc COVERAGEFILE=$PROJECTDIR/coverage/.coverage # Destroy old coverage file and configure the correct folder on the .coveragerc file rm -f $COVERAGEFILE cat $PROJECTDIR/coverage/.coveragerc.template | sed s+~/tfs-ctrl+$PROJECTDIR+g > $RCFILE # Run unitary tests and analyze coverage of code at same time coverage run --rcfile=$RCFILE --append -m pytest -s --log-level=INFO --verbose \ Loading