forked from palantir/atlasdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.codecov.yml
12 lines (10 loc) · 827 Bytes
/
.codecov.yml
1
2
3
4
5
6
7
8
9
10
11
# if you're editing this file, codecov has an endpoint exposed to let you validate it before you commit (it will fail silently otherwise if you make a mistake)
# curl --data-binary @.codecov.yml https://codecov.io/validate
ignore:
- "examples/" # just example usage, not part of library to be tested
- "atlasdb-ete-tests/" # these run in docker containers so they're not tracked
- "atlasdb-exec/src/main/java/com/palantir/atlasdb/clis/RegenerateCodeForSchemas.java" # only run by devs in IDE
- "cassandra-partitioner/src/main/java/com/palantir/atlasdb/keyvalue/cassandra/dht/AtlasDbOrderedPartitioner.java" # only here for documentation
- "atlasdb-perf/" # benchmarks that are run separately
- "atlasdb-client-protobufs/" # Generated protobuf files
- "leader-election-api-protobufs/" # Generated protobuf files