Compare commits

...

5 Commits
v0.2 ... v0.2.1

Author SHA1 Message Date
“ibrahim0814”
125f8ba18b spelling fix 2019-08-07 06:17:19 -07:00
Ibrahim Ali
6a600290f3 correct name 2019-08-07 06:14:40 -07:00
“ibrahim0814”
839122bfbb Merge branch 'master' of github.com:codecov/codecov-github-action 2019-08-07 06:08:55 -07:00
“ibrahim0814”
3f456df687 del logo png 2019-08-07 06:08:32 -07:00
Ibrahim Ali
c465c373d0 Update README.md 2019-08-06 22:48:29 -07:00
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<!-- <p align="center"><img src="./codecov-logo.png" /></p> --> <!-- <p align="center"><img src="./codecov-logo.png" /></p> -->
# Codecov Github Action # Codecov GitHub Action
### Easily upload coverage reports to Codecov from Github Actions ### Easily upload coverage reports to Codecov from Github Actions
## Usage ## Usage
@@ -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

View File

@@ -1,5 +1,5 @@
name: 'Codecov' name: 'Codecov'
description: 'Github action that uploads coverage reports for your repository to codecov.io' description: 'GitHub action that uploads coverage reports for your repository to codecov.io'
author: 'Ib @ Codecov' author: 'Ib @ Codecov'
inputs: inputs:
token: token:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB