Skip to content

Commit 7957824

Browse files
authoredJun 17, 2021
Send coverage report to Codacy
1 parent 608dcfa commit 7957824

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565
with:
6666
name: lcov-report
6767
path: coverage/lcov.info
68+
69+
- name: Send Coverage Report to Codacy
70+
run: bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r coverage/lcov.info
71+
env:
72+
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
6873

6974
sonarcloud:
7075
name: SonarCloud

0 commit comments

Comments
 (0)