Skip to content

Commit

Permalink
Update codecov to block PRs lower than 80% coverage (#1809)
Browse files Browse the repository at this point in the history
* Update codecov to block PRs lower than 80% coverage

Signed-off-by: Jeffrey Kinard <[email protected]>

* Move codecov.yaml back to .github

Signed-off-by: Jeffrey Kinard <[email protected]>

* add spanner codecov block

Signed-off-by: Jeffrey Kinard <[email protected]>

---------

Signed-off-by: Jeffrey Kinard <[email protected]>
  • Loading branch information
Polber authored Sep 18, 2024
1 parent 328de5d commit f27b88d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ coverage:
patch:
default:
target: 80%
informational: true
informational: false

component_management:
individual_components:
Expand All @@ -32,6 +32,7 @@ component_management:
informational: true
- type: patch
target: 80%
informational: false
- component_id: spanner-import-export
name: spanner-import-export
paths:
Expand Down

0 comments on commit f27b88d

Please sign in to comment.