-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Add in custom Codecov yaml (#13)
Simply adding in a custom Codecov configuration yaml.
- Loading branch information
1 parent
8eb083e
commit c720138
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
comment: | ||
layout: "condensed_header, condensed_files, components, condensed_footer" | ||
component_management: | ||
default_rules: | ||
statuses: | ||
- type: patch | ||
target: auto | ||
branches: | ||
- "!main" | ||
individual_components: | ||
- component_id: package_core | ||
name: Plugin core | ||
paths: | ||
- packages/bundler-plugin-core/** | ||
- component_id: package_rollup | ||
name: Rollup plugin | ||
paths: | ||
- packages/plugin-rollup/** | ||
- component_id: package_vite | ||
name: Vite plugin | ||
paths: | ||
- packages/plugin-vite/** | ||
- component_id: package_webpack | ||
name: Webpack plugin | ||
paths: | ||
- packages/plugin-webpack/** |