mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 13:07:25 +00:00
Merge branch 'master' of github.com:codecov/codecov-github-action
This commit is contained in:
commit
839122bfbb
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue