Skip to content

Commit 43c4248

Browse files
authored
Update workflow.yml
1 parent 055292f commit 43c4248

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,10 @@ jobs:
2323

2424
- name: Unit tests
2525
run: npm run test:cov
26-
27-
- name: Codecov
28-
uses: codecov/[email protected]
2926

3027
- name: Codacy Coverage Reporter
3128
uses: codacy/[email protected]
3229
with:
33-
# Project token for the Codacy project you want to send coverage information
3430
project-token: ${{ secrets.CODACY_TOKEN }}
3531

3632
- name: Setup PostgreSQL

0 commit comments

Comments
 (0)