Skip to content

Commit 4eded8e

Browse files
authored
Merge pull request #30 from Visual-Regression-Tracker/codacy
Update workflow.yml
2 parents dbbdf1f + f84bb53 commit 4eded8e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/workflow.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ jobs:
2323

2424
- name: Unit tests
2525
run: npm run test:cov
26-
27-
- name: Codecov
28-
uses: codecov/[email protected]
26+
27+
- name: Codacy Coverage Reporter
28+
uses: codacy/[email protected]
29+
with:
30+
project-token: ${{ secrets.CODACY_TOKEN }}
2931

3032
- name: Setup PostgreSQL
3133
uses: Harmon758/[email protected]

0 commit comments

Comments
 (0)