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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

codecov.yml

+3
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)