Skip to content

Commit 875afda

Browse files
authored
Merge pull request #29 from Visual-Regression-Tracker/codecov
Update workflow.yml
2 parents 457f829 + cc8245d commit 875afda

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222
run: npm ci
2323

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

2730
- name: Setup PostgreSQL
2831
uses: Harmon758/[email protected]

0 commit comments

Comments
 (0)