Skip to content

Commit 42e9f91

Browse files
committed
Fix coverage reporting?
1 parent d53072c commit 42e9f91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: yarn install and test
2020
run: |
2121
node --version
22+
mkdir -p ./coverage/
2223
yarn
2324
yarn test
2425
env:

0 commit comments

Comments
 (0)