Skip to content

Commit

Permalink
github: modify codecov.yml (#6720)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindbr8 authored Nov 7, 2023
1 parent 3fe1123 commit 338d8f1
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
coverage:
status:
patch:
default:
target: "80"
project:
default:
target: auto
threshold: 1
informational: true
patch:
default:
informational: true
ignore:
- "test/"
- "benchmark/"
- "internal/testutils"
- ".*.pb.go"
# All 'pb.go's.
- "**/*.pb.go"
# Tests and test related files.
- "**/test"
- "**/testdata"
- "**/testutils"
- "benchmark"
- "interop"
# Other submodules.
- "cmd"
- "examples"
- "gcp"
- "security"
- "stats/opencensus"
comment:
layout: "header"
layout: "header, diff, files"

0 comments on commit 338d8f1

Please sign in to comment.