forked from codecov/codecov-javascript-bundler-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
25 lines (23 loc) · 624 Bytes
/
codecov.yml
File metadata and controls
25 lines (23 loc) · 624 Bytes
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
comment:
layout: "condensed_header, condensed_files, components, condensed_footer"
component_management:
individual_components:
- component_id: package_core
name: Plugin core
paths:
- packages/bundler-plugin-core/**
- component_id: package_rollup
name: Rollup plugin
paths:
- packages/rollup-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/*