File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ jobs:
37
37
- run : npm install
38
38
- run : npm run build --if-present
39
39
- run : npm test
40
- - run : npx lcov-badge2 coverage/ lcov.info -o coverage/lcov- report/badge.svg
40
+ - run : npx lcov-badge2 .tap/report/ lcov.info -o .tap/ report/badge.svg
41
41
- name : Setup Pages
42
42
uses : actions/configure-pages@v3
43
43
- name : Upload artifact
44
44
uses : actions/upload-pages-artifact@v2
45
45
with :
46
- path : ' coverage/lcov- report'
46
+ path : ' .tap/ report'
47
47
- name : Deploy to GitHub Pages
48
48
id : deployment
49
49
uses : actions/deploy-pages@v2
Original file line number Diff line number Diff line change 58
58
],
59
59
"main" : " unzip.js" ,
60
60
"scripts" : {
61
- "test" : " npx tap --coverage-report=html --allow-incomplete-coverage"
61
+ "test" : " npx tap --coverage-report=lcov --coverage-report= html --allow-incomplete-coverage"
62
62
}
63
63
}
You can’t perform that action at this time.
0 commit comments