Skip to content

Commit c720138

Browse files
authored
build: Add in custom Codecov yaml (#13)
Simply adding in a custom Codecov configuration yaml.
1 parent 8eb083e commit c720138

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

codecov.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
comment:
2+
layout: "condensed_header, condensed_files, components, condensed_footer"
3+
component_management:
4+
default_rules:
5+
statuses:
6+
- type: patch
7+
target: auto
8+
branches:
9+
- "!main"
10+
individual_components:
11+
- component_id: package_core
12+
name: Plugin core
13+
paths:
14+
- packages/bundler-plugin-core/**
15+
- component_id: package_rollup
16+
name: Rollup plugin
17+
paths:
18+
- packages/plugin-rollup/**
19+
- component_id: package_vite
20+
name: Vite plugin
21+
paths:
22+
- packages/plugin-vite/**
23+
- component_id: package_webpack
24+
name: Webpack plugin
25+
paths:
26+
- packages/plugin-webpack/**

0 commit comments

Comments
 (0)