Skip to content

Commit 415728e

Browse files
authored
ci: upload coverage to codecov (#830)
1 parent a97a7a1 commit 415728e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ jobs:
6161
- name: 💪 Type check
6262
run: pnpm test:types
6363

64-
- name: 🧪 Unit test
65-
run: pnpm test:unit
64+
- name: 🧪 Unit and component tests
65+
run: pnpm vite test run --coverage
6666

67-
- name: 🏃 Component tests
68-
run: pnpm test:nuxt
67+
- name: Upload coverage reports to Codecov
68+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
6969

7070
browser:
7171
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)