Skip to content

Commit bc8b315

Browse files
committed
chore: fix coverage
1 parent 999df3e commit bc8b315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
- name: installing
4242
run: npm ci
4343
- name: build
44-
run: npm run compile -- --coverage
44+
run: npm run compile
4545
- name: testing
46-
run: npm test
46+
run: npm test -- --coverage
4747
env:
4848
CI: true
4949
- name: uploading to codecov

0 commit comments

Comments
 (0)