diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 2166f99a5..5b57bc840 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -4,11 +4,13 @@ on: - master paths: - '**.rs' + - 'codecov.yml' push: branches: - master paths: - '**.rs' + - 'codecov.yml' name: Test coverage diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..46a510eae --- /dev/null +++ b/codecov.yml @@ -0,0 +1,15 @@ +comment: + layout: "header, diff, flags, components" + +component_management: + default_rules: + statuses: + - type: project + target: auto + individual_components: + - component_id: palette + paths: + - palette/** + - component_id: palette_derive + paths: + - palette_derive/**