Skip to content

Commit

Permalink
feat: build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 16, 2021
1 parent 3f58b0e commit 7f6973e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Run codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@master
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
# or
# api-token: ${{ secrets.CODACY_API_TOKEN }}
coverage-reports: cobertura.xml
```

> Get the latest version from the [Releases page](https://github.com/codacy/codacy-coverage-reporter-action/releases).
## Workflow options

Change these options in the workflow `.yml` file to meet your GitHub project needs.
Expand Down

0 comments on commit 7f6973e

Please sign in to comment.