We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba2b26 commit 50207a1Copy full SHA for 50207a1
mshell.sh
@@ -1,10 +1,10 @@
1
-if [[ $CI == true ]]
+if [[ "$CI" == true ]]
2
then
3
pip install pytest
4
pip install pytest-cov
5
pytest --cov-config=.coveragerc
6
pytest --cov=./ --cov-report=xml
7
- bash <(curl -s https://codecov.io/bash)
8
-else
+ bash <curl -s https://codecov.io/bash
+ else
9
python -m unittest discover tests
10
fi
0 commit comments