Skip to content

Commit

Permalink
chore: revert codecov comment and required check (#9791)
Browse files Browse the repository at this point in the history
This reverts #9687 and #9758

We discussed offline in slack that codecov is not helping at the moment and counter productive.

refs: #9778

## Description


### Security Considerations


### Scaling Considerations


### Documentation Considerations


### Testing Considerations


### Upgrade Considerations
  • Loading branch information
mergify[bot] authored Jul 27, 2024
2 parents 1875030 + 88db367 commit 30eddae
Showing 1 changed file with 1 addition and 38 deletions.
39 changes: 1 addition & 38 deletions codecov.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
codecov:
require_ci_to_pass: true
comment:
layout: "flags, components, files"
behavior: default
hide_project_coverage: false
comment: false
coverage:
status:
patch:
Expand All @@ -19,37 +16,3 @@ parsers:
enable_partials: yes
ignore:
- '**/*.json'
component_management:
individual_components:
- component_id: module_swingset_kernel
name: SwingSet/kernel
paths:
- packages/SwingSet/src/kernel/**
statuses:
- type: project
target: auto
threshold: 0.05%
- component_id: module_ertp
name: ERTP
paths:
- packages/ERTP/**
statuses:
- type: project
target: auto
threshold: 0.05%
- component_id: module_orchestration
name: Orchestration
paths:
- packages/orchestration/**
statuses:
- type: project
target: auto
threshold: 0.05%
- component_id: module_swing_store
name: swing-store
paths:
- packages/swing-store/**
statuses:
- type: project
target: auto
threshold: 0.05%

0 comments on commit 30eddae

Please sign in to comment.