Skip to content

Commit 897fecf

Browse files
authored
chore: update test
1 parent 1d8746c commit 897fecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run Lint
2121
run: npm run lint
2222
- name: Run tests
23-
run: npm test
23+
run: npm test -- --coverage
2424
- name: Upload coverage to Codecov
2525
env:
2626
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)