Skip to content

Commit 78537a2

Browse files
authored
Exclude 'benchmarks' from codecov report (opensearch-project#8805)
Signed-off-by: Ketan Verma <ketan9495@gmail.com>
1 parent 3adde3a commit 78537a2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8787
- Perform aggregation postCollection in ContextIndexSearcher after searching leaves ([#8303](https://github.com/opensearch-project/OpenSearch/pull/8303))
8888
- Make Span exporter configurable ([#8620](https://github.com/opensearch-project/OpenSearch/issues/8620))
8989
- Change InternalSignificantTerms to sum shard-level superset counts only in final reduce ([#8735](https://github.com/opensearch-project/OpenSearch/pull/8735))
90+
- Exclude 'benchmarks' from codecov report ([#8805](https://github.com/opensearch-project/OpenSearch/pull/8805))
9091

9192
### Deprecated
9293

codecov.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ codecov:
33

44
ignore:
55
- "test"
6+
- "benchmarks"
67

78
coverage:
89
precision: 2

0 commit comments

Comments
 (0)