diff --git a/codecov.yml b/codecov.yml index 8f869a3..5c1711a 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,5 +7,6 @@ coverage: default: informational: true ignore: - # Examples implementation code should not count against coverage. + # Examples implementatio and test code should not count against coverage. - "examples/" + - "tests/grpc/"