Skip to content

Commit

Permalink
ci: add component to codecov.yml (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glatzel authored Oct 27, 2024
1 parent 15c4b5d commit d1adce9
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,25 @@ coverage:
status:
project:
default:
target: 100%
target: 100%
patch:
default:
target: 100%

comment:
behavior: new

component_management:
default_rules:
statuses:
- type: project
target: 100%
individual_components:
- component_id: arithmetic
name: arithmetic
paths:
- src/arithmetic/**
- component_id: audio
name: audio
paths:
- src/audio/**

0 comments on commit d1adce9

Please sign in to comment.