mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
Update README.md
This commit is contained in:
@@ -10,7 +10,7 @@ Inside your `.github/workflows/workflow.yml` file:
|
||||
```yaml
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/codecov-action@v0.1
|
||||
- uses: actions/codecov-action@v0.2
|
||||
with:
|
||||
token: ${{secrets.CODECOV_TOKEN}}
|
||||
```
|
||||
@@ -25,4 +25,4 @@ steps:
|
||||
|
||||
## License
|
||||
|
||||
The code in this project is released under the MIT License
|
||||
The code in this project is released under the MIT License
|
||||
|
||||
Reference in New Issue
Block a user