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> -->
|
||||
|
||||
# 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}}
|
||||
```
|
||||
|
||||
@@ -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:
|
||||
|
||||
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