Skip to content

Commit

Permalink
Add codecov status badge
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Singh <[email protected]>
  • Loading branch information
dreamer-89 committed Jul 11, 2022
1 parent c76cad4 commit 61be6c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![codecov](https://codecov.io/gh/opensearch-project/opensearch/branch/main/graph/badge.svg)](https://codecov.io/gh/opensearch-project/opensearch)
<img src="https://opensearch.org/assets/img/opensearch-logo-themed.svg" height="64px">

- [Welcome!](#welcome)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ protected Collection<Class<? extends Plugin>> nodePlugins() {
return Collections.singletonList(InternalSettingsPlugin.class);
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/pull/3561")
public void testHighWatermarkNotExceeded() throws Exception {
internalCluster().startClusterManagerOnlyNode();
internalCluster().startDataOnlyNode();
Expand Down

0 comments on commit 61be6c5

Please sign in to comment.