Skip to content

Commit 1240d8d

Browse files
committed
fix: added coverage report
1 parent 474a92f commit 1240d8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ jobs:
4545

4646
# Runs a set of commands using the runners shell
4747
- name: tests
48-
run: yarn test
49-
finish:
48+
run: yarn test --coverage
49+
50+
coverage:
5051
needs: test
5152
runs-on: ubuntu-latest
5253
steps:

0 commit comments

Comments
 (0)