Skip to content

Commit

Permalink
build: Add in custom Codecov yaml (#13)
Browse files Browse the repository at this point in the history
Simply adding in a custom Codecov configuration yaml.
  • Loading branch information
nicholas-codecov authored Nov 29, 2023
1 parent 8eb083e commit c720138
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions codecov.yml
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/**

0 comments on commit c720138

Please sign in to comment.