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> -->
# Codecov Github Action
# Codecov GitHub Action
### Easily upload coverage reports to Codecov from Github Actions
## Usage
@@ -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}}
```

View File

@@ -1,5 +1,5 @@
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'
inputs:
token:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB