From 6f0ab2090889ea434f63228d189f37b1832f78dd Mon Sep 17 00:00:00 2001 From: Shu Muto Date: Sat, 23 Mar 2024 07:30:09 +0000 Subject: [PATCH] ci: ignore Codecov token not found error PR from dependabot causes an error, so comment this out until the problem is resolved. See https://github.com/codecov/codecov-action/issues/1274 --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6acd5720698f..0ab48cb11415 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,7 +136,9 @@ jobs: - uses: codecov/codecov-action@v4.1.0 with: directory: ./.tmp - fail_ci_if_error: true + #fail_ci_if_error: true + # PR from dependabot causes an error, so comment this out until the problem is resolved. + # See https://github.com/codecov/codecov-action/issues/1274 token: ${{ secrets.CODECOV_TOKEN }} # TODO: needs to be fixed