This commit is contained in:
“ibrahim0814”
2019-08-07 21:43:58 -07:00
parent a166a95c4a
commit fc175be7b5

View File

@@ -3,7 +3,7 @@
## 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 three additional 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) (*tip:* 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: