Skip to content

Commit

Permalink
Add if conditional in example for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahim0814 authored Nov 17, 2019
1 parent 7ba41fc commit 8d062b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
pip install pytest
pip install pytest-cov
pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
- name: Upload coverage to Codecov
if: runner.os == 'Linux'
uses: codecov/[email protected]
with:
token: ${{secrets.CODECOV_TOKEN}}
Expand Down

0 comments on commit 8d062b2

Please sign in to comment.