Skip to content

Commit 6474855

Browse files
committed
:octocat:
1 parent 5d9eb14 commit 6474855

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,10 @@ jobs:
9999
# with:
100100
# token: ${{ secrets.CODECOV_TOKEN }}
101101
# files: .build/coverage/clover.xml
102+
103+
# - name: "Send code coverage report to Codacy"
104+
# uses: codacy/codacy-coverage-reporter-action@v1
105+
# with:
106+
# project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
107+
# coverage-reports: .build/coverage/clover.xml
108+

0 commit comments

Comments
 (0)