Skip to content

Update README.md

Update README.md #324

name: Codacy Coverage Reporter

Check failure on line 1 in .github/workflows/codacy-coverage-reporter.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/codacy-coverage-reporter.yaml

Invalid workflow file

(Line: 14, Col: 22): Unrecognized named-value: 'itk6Yh5mvFaDrwgDbLEC'. Located at position 1 within expression: itk6Yh5mvFaDrwgDbLEC
on: ["push"]
jobs:
codacy-coverage-reporter:
runs-on: ubuntu-latest
name: codacy-coverage-reporter
steps:
- uses: actions/checkout@v2
- name: Run codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@v1.3.0
with:
api-token: ${{itk6Yh5mvFaDrwgDbLEC}}
# or
# api-token: ${{ secrets.CODACY_API_TOKEN }}
coverage-reports: <PATH_TO_REPORT>
# or a comma-separated list for multiple reports
# coverage-reports: <PATH_TO_REPORT>, <PATH_TO_REPORT>