Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahim0814 committed Aug 8, 2019
1 parent 4af6f07 commit e3f7b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -10,7 +10,7 @@ Inside your `.github/workflows/workflow.yml` file:
```yaml
steps:
- uses: actions/checkout@master
- uses: actions/codecov-action@v1
- uses: actions/codecov-action@v1.0.0
with:
token: ${{secrets.CODECOV_TOKEN}} #required
file: ./coverage.xml #optional
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
pip install pytest-cov
pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v1.0.0
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage.xml
Expand Down

0 comments on commit e3f7b8b

Please sign in to comment.