Skip to content

Commit 50207a1

Browse files
committed
test
1 parent 1ba2b26 commit 50207a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mshell.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
if [[ $CI == true ]]
1+
if [[ "$CI" == true ]]
22
then
33
pip install pytest
44
pip install pytest-cov
55
pytest --cov-config=.coveragerc
66
pytest --cov=./ --cov-report=xml
7-
bash <(curl -s https://codecov.io/bash)
8-
else
7+
bash <curl -s https://codecov.io/bash
8+
else
99
python -m unittest discover tests
1010
fi

0 commit comments

Comments
 (0)