-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcodecov.yml
More file actions
49 lines (47 loc) · 1.31 KB
/
codecov.yml
File metadata and controls
49 lines (47 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
comment:
layout: "condensed_header, condensed_files, components, condensed_footer"
component_management:
individual_components:
- component_id: package_analyzer
name: Bundle Analyzer
paths:
- packages/bundler-analyzer/**
- component_id: package_core
name: Plugin core
paths:
- packages/bundler-plugin-core/**
- component_id: package_nextjs_webpack
name: Next.js Webpack plugin
paths:
- packages/nextjs-webpack-plugin/**
- component_id: package_nuxt
name: Nuxt plugin
paths:
- packages/nuxt-plugin/**
- component_id: package_remix_vite
name: Remix Vite plugin
paths:
- packages/remix-vite-plugin/**
- component_id: package_rollup
name: Rollup plugin
paths:
- packages/rollup-plugin/**
- component_id: package_solidstart
name: SolidStart plugin
paths:
- packages/solidstart-plugin/**
- component_id: package_sveltekit
name: SvelteKit plugin
paths:
- packages/sveltekit-plugin/**
- component_id: package_vite
name: Vite plugin
paths:
- packages/vite-plugin/**
- component_id: package_webpack
name: Webpack plugin
paths:
- packages/webpack-plugin/**
ignore:
- ./examples/*
- ./integration-tests/*