Skip to content

Commit 055292f

Browse files
authored
Update workflow.yml
1 parent 875afda commit 055292f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626

2727
- name: Codecov
2828
uses: codecov/[email protected]
29+
30+
- name: Codacy Coverage Reporter
31+
uses: codacy/[email protected]
32+
with:
33+
# Project token for the Codacy project you want to send coverage information
34+
project-token: ${{ secrets.CODACY_TOKEN }}
2935

3036
- name: Setup PostgreSQL
3137
uses: Harmon758/[email protected]

0 commit comments

Comments
 (0)