Skip to content

Commit 13dfbeb

Browse files
Create main.yml
1 parent 5a2c766 commit 13dfbeb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/main.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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
13+
with:
14+
# project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
15+
# or
16+
api-token: ${{ secrets.CODACY_API_TOKEN }}
17+
coverage-reports: jacoco.xml

0 commit comments

Comments
 (0)