Skip to content

Commit

Permalink
gh workflow: Change 'Flag' approach to 'Component' (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
art-tapin committed Jul 19, 2023
1 parent 19fb164 commit 2ae5855
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions .github/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,14 @@ codecov:

coverage:
range: "70...100"
status:
project:
kuadrant-operator:
target: auto
paths:
- "./"
flags:
- kuadrant-op-unit
common:
target: auto
paths:
- "pkg/common"
flags:
- common-unit

component_management:
individual_components:
- component_id: kuadrant-operator
name: kuadrant-operator
paths:
- ./
- component_id: common
name: common
paths:
- pkg/common

0 comments on commit 2ae5855

Please sign in to comment.