[READ-ONLY] Mirror of https://github.com/danielroe/provenance-action. Fail CI when dependencies in your lockfile lose npm provenance or trusted publisher status
github-actions provenance security trusted-publishing
0

Configure Feed

Select the types of activity you want to include in your feed.

provenance-action / vitest.config.ts
230 B 13 lines
1import { defineConfig } from 'vitest/config' 2 3export default defineConfig({ 4 test: { 5 coverage: { 6 provider: 'v8', 7 reporter: ['text', 'html', 'json'], 8 include: [ 9 'lib/**/*.ts', 10 ], 11 }, 12 }, 13})