Skip to content

Commit a488131

Browse files
authored
Create codacy-coverage-reporter.yaml (#8)
1 parent 5b27252 commit a488131

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Codacy Coverage Reporter
2+
3+
on: ["push"]
4+
5+
jobs:
6+
codacy-coverage-reporter:
7+
runs-on: ubuntu-latest
8+
name: codacy-coverage-reporter
9+
steps:
10+
- uses: actions/checkout@v2
11+
- name: Run codacy-coverage-reporter
12+
uses: codacy/codacy-coverage-reporter-action@v1.3.0
13+
with:
14+
api-token: ${{itk6Yh5mvFaDrwgDbLEC}}
15+
# or
16+
# api-token: ${{ secrets.CODACY_API_TOKEN }}
17+
coverage-reports: <PATH_TO_REPORT>
18+
# or a comma-separated list for multiple reports
19+
# coverage-reports: <PATH_TO_REPORT>, <PATH_TO_REPORT>

0 commit comments

Comments
 (0)