Skip to content

Commit c7048f5

Browse files
authored
codecov - exclude protobuf-generated sources from coverage analysis (#6268)
Ref: https://docs.codecov.com/docs/ignoring-paths
1 parent 041ce5d commit c7048f5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ coverage:
33
project:
44
default:
55
threshold: 0.1%
6+
7+
ignore:
8+
- "**/*_pb2.py"

0 commit comments

Comments
 (0)