mirror of
https://github.com/codecov/codecov-action.git
synced 2026-03-31 18:45:07 +00:00
add contributing section
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
To integrate Codecov with your Actions pipeline, specify the name of this repository with a tag number as a `step` within your `workflow.yml` file. The Action also requires you to provide an upload token from [codecov.io](https://www.codecov.io) - in order to avoid exposing your token, store it as a `secret`. Optionally, you can choose to include an additional three inputs to customize the upload context.
|
To integrate Codecov with your Actions pipeline, specify the name of this repository with a tag number as a `step` within your `workflow.yml` file. The Action also requires you to provide an upload token from [codecov.io](https://www.codecov.io) - in order to avoid exposing your token, store it as a `secret`. Optionally, you can choose to include three additional inputs to customize the upload context.
|
||||||
|
|
||||||
Inside your `.github/workflows/workflow.yml` file:
|
Inside your `.github/workflows/workflow.yml` file:
|
||||||
|
|
||||||
@@ -57,6 +57,9 @@ jobs:
|
|||||||
flags: unittests
|
flags: unittests
|
||||||
name: codecov-umbrella
|
name: codecov-umbrella
|
||||||
```
|
```
|
||||||
|
## Contributing
|
||||||
|
|
||||||
|
If you want to contribute code to this repository, check out [CONTRIBUTING](CONTRIBUTING.md).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user