Skip to content

Commit f0759c9

Browse files
committed
ci: try something else
1 parent bcca772 commit f0759c9

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,8 @@ jobs:
127127
- name: Generate coverage report
128128
run: pnpm vitest run --coverage
129129

130-
- name: Log clover.xml
131-
run: cat coverage/clover.xml
132-
133130
- name: Upload coverage to Codecov
134131
uses: codecov/[email protected]
135132
with:
136133
token: ${{ secrets.CODECOV_TOKEN }}
137-
directory: ./coverage
138134
fail_ci_if_error: true
139-
verbose: true

vite.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ export default defineConfig({
66
test: {
77
coverage: {
88
all: true,
9-
reporter: ['clover', 'cobertura', 'lcov', 'text'],
9+
reporter: ['lcov'],
10+
include: ['dist/cjs'],
1011
},
1112
},
1213
});

0 commit comments

Comments
 (0)