Merge branch 'master' of github.com:codecov/codecov-github-action

This commit is contained in:
“ibrahim0814”
2019-08-07 06:08:55 -07:00

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}}
``` ```