correct installation line org to codecov

This commit is contained in:
Ibrahim Ali 2019-08-15 21:28:17 -07:00 committed by GitHub
parent 6728012add
commit 8273bebacc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ Inside your `.github/workflows/workflow.yml` file:
```yaml ```yaml
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- uses: actions/codecov-action@v1.0.0 - uses: codecov/codecov-action@v1.0.0
with: with:
token: ${{secrets.CODECOV_TOKEN}} #required token: ${{secrets.CODECOV_TOKEN}} #required
file: ./coverage.xml #optional file: ./coverage.xml #optional