Skip to content

Commit 1dbbc89

Browse files
authored
ci: run coverage
1 parent a659b54 commit 1dbbc89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
run: pnpm lint
3838

3939
- name: test
40-
run: pnpm test
40+
run: pnpm test --coverage
4141

4242
- name: typecheck
4343
run: pnpm typecheck
4444

45-
- name: Upload coverage reports to Codecov
45+
- name: upload coverage reports to codecov
4646
uses: codecov/codecov-action@v5
4747
with:
4848
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)