mirror of
https://github.com/antebudimir/eslint-plugin-vanilla-extract.git
synced 2026-01-01 17:23:31 +00:00
ci 👷: add GitHub Actions workflow for linting and testing
Set up comprehensive CI pipeline with three jobs: - Lint: Runs ESLint and type checking - Test: Executes test suite with Coveralls integration - Build: Verifies package builds correctly The workflow uses pnpm and caches dependencies for faster runs.
This commit is contained in:
parent
d2b62d3995
commit
4df6af76f7
6 changed files with 146 additions and 5 deletions
|
|
@ -4,7 +4,7 @@ export default defineConfig({
|
|||
test: {
|
||||
coverage: {
|
||||
provider: 'v8',
|
||||
reporter: ['html', 'json', 'text'],
|
||||
reporter: ['html', 'json', 'lcov', 'text'],
|
||||
reportsDirectory: './coverage/vitest-reports',
|
||||
include: ['src/css-rules/**/*.ts', 'src/shared-utils/**/*.ts'],
|
||||
exclude: ['src/**/*.css.ts', 'src/**/*index.ts', 'src/**/*types.ts'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue