Skip to content

Commit 5a64d31

Browse files
authored
ci(storage): ignore coverage for generated code (#8060)
We do not need to worry about test coverage in generated code, we have separate tests for the generator (and for the code it generates).
1 parent 6f3cd81 commit 5a64d31

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.codecov.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,11 @@ coverage:
99
ignore:
1010
- "google/cloud/bigtable/admin"
1111
- "google/cloud/spanner/admin"
12+
- "google/cloud/storage/internal/storage_auth_decorator.cc"
13+
- "google/cloud/storage/internal/storage_auth_decorator.h"
14+
- "google/cloud/storage/internal/storage_logging_decorator.cc"
15+
- "google/cloud/storage/internal/storage_logging_decorator.h"
16+
- "google/cloud/storage/internal/storage_metadata_decorator.cc"
17+
- "google/cloud/storage/internal/storage_metadata_decorator.h"
18+
- "google/cloud/storage/internal/storage_stub.cc"
19+
- "google/cloud/storage/internal/storage_stub.h"

0 commit comments

Comments
 (0)