Skip to content

Commit

Permalink
Add codecov.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NuckChorris committed Dec 26, 2024
1 parent db2fd03 commit 617ee77
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions codecov.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
coverage:
status:
patch:
default:
target: 90%

github_checks:
annotations: false

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

component_management:
individual_components:
- component_id: controllers
name: Controllers
paths:
- app/controllers/**
- component_id: models
name: Models
paths:
- app/models/**
- component_id: mailers
name: Mailers
paths:
- app/mailers/**
- component_id: services
name: Services
paths:
- app/services/**
- component_id: workers
name: Workers
paths:
- app/workers/**
statuses:
- type: patch
target: auto
threshold: 100%
- component_id: policies
name: Policies
paths:
- app/policies/**
statuses:
- type: patch
target: auto
threshold: 100%
- component_id: graphql
name: GraphQL
paths:
- app/graphql/**
statuses:
- type: patch
target: auto
threshold: 90%

0 comments on commit 617ee77

Please sign in to comment.