Commit 7183114 1 parent 7bd9404 commit 7183114 Copy full SHA for 7183114
File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 51
51
- name : Tests
52
52
run : pnpm test:coverage --reporter=default --reporter=hanging-process
53
53
54
+ - name : Upload coverage reports to Codecov
55
+ uses : codecov/codecov-action@v3
56
+ env :
57
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
58
+
54
59
project-templates :
55
60
name : Project Templates
56
61
runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 56
56
"format:check" : " prettier --write ." ,
57
57
"compile" : " tsc --noEmit" ,
58
58
"test" : " vitest" ,
59
- "test:coverage" : " vitest run --coverage" ,
59
+ "test:coverage" : " vitest run --coverage.enabled --coverage.exclude=e2e " ,
60
60
"prepare" : " simple-git-hooks" ,
61
61
"prepublish" : " pnpm -s build" ,
62
62
"docs:dev" : " vitepress dev docs" ,
You can’t perform that action at this time.
0 commit comments