Skip to content

Commit b296e97

Browse files
committed
Exclude 'benchmarks' from codecov report
Signed-off-by: Ketan Verma <[email protected]>
1 parent 1d3b006 commit b296e97

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8484
### Changed
8585
- Perform aggregation postCollection in ContextIndexSearcher after searching leaves ([#8303](https://github.com/opensearch-project/OpenSearch/pull/8303))
8686
- Make Span exporter configurable ([#8620](https://github.com/opensearch-project/OpenSearch/issues/8620))
87+
- Exclude 'benchmarks' from codecov report ([#8805](https://github.com/opensearch-project/OpenSearch/pull/8805))
8788

8889
### Deprecated
8990

codecov.yml

Lines changed: 1 addition & 0 deletions
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)