From b036f0d27d48fed94d240433a0500568f6510385 Mon Sep 17 00:00:00 2001 From: Theo Truong Date: Mon, 15 Apr 2024 11:29:15 -0600 Subject: [PATCH] Disabled fail_ci_if_error Upgraded codecov-action from v2 to v4 Signed-off-by: Theo Truong --- .github/workflows/coverage.yml | 2 +- CHANGELOG.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 2bc78c925..c27468d97 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -48,7 +48,7 @@ jobs: uses: codecov/codecov-action@v4 with: files: ./coverage.lcov - fail_ci_if_error: true + fail_ci_if_error: false - name: Code coverage 90% run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index cbe0da36b..68b9b90da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Dependencies - Bumps `@types/node` from 20.12.5 to 20.12.7 ### Changed +- Made codecov-action use OICD instead of a token ([#755](https://github.com/opensearch-project/opensearch-js/issues/755) ### Deprecated ### Removed ### Fixed @@ -19,7 +20,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `@types/node` from 20.11.25 to 20.12.5 - Bumps `@babel/eslint-parser` from 7.23.10 to 7.24.1 ### Changed -- Added `search_pipeline` ([716](https://github.com/opensearch-project/opensearch-js/pull/716)) +- Added `search_pipeline` ([#716](https://github.com/opensearch-project/opensearch-js/pull/716)) ### Deprecated ### Removed ### Fixed @@ -257,4 +258,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Fixed -- Fix mutability of connection headers ([#291](https://github.com/opensearch-project/opensearch-js/issues/291)) \ No newline at end of file +- Fix mutability of connection headers ([#291](https://github.com/opensearch-project/opensearch-js/issues/291))