Skip to content

Commit

Permalink
codecov: Create and set up repository codecov.yaml config (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
art-tapin committed Jul 24, 2023
1 parent f988831 commit 6cffa89
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .github/codecov.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Find more at https://docs.codecov.com/docs/codecovyml-reference
codecov:
token: ${{ secrets.CODECOV_TOKEN }}
bot: "Codecov Bot"
max_report_age: 12
require_ci_to_pass: yes
notify:
after_n_builds: 1
wait_for_ci: yes

# Layout of the PR comment produced by Codecov bot
comment:
layout: "header, diff, flags, components, files"

flag_management:
individual_flags:
- name: unit
paths:
- pkg/**
carryforward: true
- name: integration
paths:
- controllers/**
carryforward: true

component_management:
individual_components:
- component_id: common
name: pkg/common (u)
paths:
- pkg/common
- component_id: istio
name: pkg/istio (u)
paths:
- pkg/istio
- component_id: log
name: pkg/log (u)
paths:
- pkg/log
- component_id: reconcilers
name: pkg/reconcilers (u)
paths:
- pkg/reconcilers
- component_id: rlptools
name: pkg/rlptools (u)
paths:
- pkg/rlptools
- component_id: controllers
name: controllers (i)
paths:
- controllers

0 comments on commit 6cffa89

Please sign in to comment.