Update README.md

This commit is contained in:
Ibrahim Ali
2019-08-06 22:48:29 -07:00
committed by GitHub
parent 954f2171b8
commit c465c373d0

View File

@@ -10,7 +10,7 @@ Inside your `.github/workflows/workflow.yml` file:
```yaml ```yaml
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- uses: actions/codecov-action@v0.1 - uses: actions/codecov-action@v0.2
with: with:
token: ${{secrets.CODECOV_TOKEN}} token: ${{secrets.CODECOV_TOKEN}}
``` ```
@@ -25,4 +25,4 @@ steps:
## License ## License
The code in this project is released under the MIT License The code in this project is released under the MIT License