Skip to content

Commit

Permalink
chore(codecov): configure components
Browse files Browse the repository at this point in the history
  • Loading branch information
cysp committed Dec 20, 2024
1 parent 4944b6d commit ce4cf7d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,24 @@ coverage:
default:
informational: true

comment:
layout: "header,diff,flags,components"

component_management:
default_rules:
statuses:
- type: project
target: auto
individual_components:
- component_id: contentful-management-go
name: contentful-management-go
paths:
- internal/contentful-management-go/**
- component_id: provider
name: provider
paths:
- internal/provider/**

ignore:
- 'main.go'
- '**/*_gen.go'

0 comments on commit ce4cf7d

Please sign in to comment.