Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
epicadk committed Apr 15, 2021
1 parent 1ba2b26 commit 50207a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mshell.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
if [[ $CI == true ]]
if [[ "$CI" == true ]]
then
pip install pytest
pip install pytest-cov
pytest --cov-config=.coveragerc
pytest --cov=./ --cov-report=xml
bash <(curl -s https://codecov.io/bash)
else
bash <curl -s https://codecov.io/bash
else
python -m unittest discover tests
fi

0 comments on commit 50207a1

Please sign in to comment.