forked from googleapis/google-cloud-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codecov.yml
More file actions
36 lines (35 loc) · 1.41 KB
/
Copy path.codecov.yml
File metadata and controls
36 lines (35 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Disable commit statuses
coverage:
range: 90..100
status:
project: off
patch: off
# Ignore generated code that lives with handcrafted code.
ignore:
- "google/cloud/bigquery/analyticshub"
- "google/cloud/bigquery/biglake"
- "google/cloud/bigquery/connection"
- "google/cloud/bigquery/datapolicies"
- "google/cloud/bigquery/datatransfer"
- "google/cloud/bigquery/migration"
- "google/cloud/bigquery/reservation"
- "google/cloud/bigquery/samples"
- "google/cloud/bigquery/storage"
- "google/cloud/bigtable/internal/*_decorator.cc"
- "google/cloud/bigtable/internal/*_decorator.h"
- "google/cloud/bigtable/internal/*_stub.cc"
- "google/cloud/bigtable/internal/*_stub.h"
- "google/cloud/bigtable/admin"
- "google/cloud/pubsub/internal/*_decorator.cc"
- "google/cloud/pubsub/internal/*_decorator.h"
- "google/cloud/pubsub/internal/*_stub.cc"
- "google/cloud/pubsub/internal/*_stub.h"
- "google/cloud/spanner/admin"
- "google/cloud/storage/internal/storage_auth_decorator.cc"
- "google/cloud/storage/internal/storage_auth_decorator.h"
- "google/cloud/storage/internal/storage_logging_decorator.cc"
- "google/cloud/storage/internal/storage_logging_decorator.h"
- "google/cloud/storage/internal/storage_metadata_decorator.cc"
- "google/cloud/storage/internal/storage_metadata_decorator.h"
- "google/cloud/storage/internal/storage_stub.cc"
- "google/cloud/storage/internal/storage_stub.h"