mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-08 16:16:24 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
125f8ba18b | ||
|
|
6a600290f3 | ||
|
|
839122bfbb | ||
|
|
3f456df687 | ||
|
|
c465c373d0 |
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
BIN
codecov-logo.png
BIN
codecov-logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB |
Reference in New Issue
Block a user