We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3294ef3 commit ef70978Copy full SHA for ef70978
1 file changed
.github/workflows/ci.yml
@@ -61,11 +61,11 @@ jobs:
61
- name: 💪 Type check
62
run: pnpm test:types
63
64
- - name: 🧪 Unit test
65
- run: pnpm test:unit
+ - name: 🧪 Unit and component tests
+ run: pnpm vite test run --coverage
66
67
- - name: 🏃 Component tests
68
- run: pnpm test:nuxt
+ - name: Upload coverage reports to Codecov
+ uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
69
70
browser:
71
runs-on: ubuntu-latest
0 commit comments