Add if conditional in example for linux

This commit is contained in:
Ibrahim Ali
2019-11-17 10:35:11 -08:00
committed by GitHub
parent 7ba41fc0d6
commit 8d062b28e1

View File

@@ -53,6 +53,7 @@ jobs:
pip install pytest-cov
pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
if: runner.os == 'Linux'
uses: codecov/codecov-action@v1.0.3
with:
token: ${{secrets.CODECOV_TOKEN}}