mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
correct installation line org to codecov
This commit is contained in:
parent
6728012add
commit
8273bebacc
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ Inside your `.github/workflows/workflow.yml` file:
|
|||
```yaml
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/codecov-action@v1.0.0
|
||||
- uses: codecov/codecov-action@v1.0.0
|
||||
with:
|
||||
token: ${{secrets.CODECOV_TOKEN}} #required
|
||||
file: ./coverage.xml #optional
|
||||
|
|
|
|||
Loading…
Reference in a new issue