From 08d4f3d7e4c1dfa87bd8e632b7baa856c3e8c2a6 Mon Sep 17 00:00:00 2001 From: Takeru Sato Date: Wed, 17 Jan 2024 21:20:00 +0900 Subject: [PATCH] ci: ignore codecov error --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab8cb606..39827e7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,11 +36,9 @@ jobs: - run: sbt ++${{ matrix.scalaVersion }} coverage test coverageReport if: ${{ !startsWith(matrix.scalaVersion, '3') }} - uses: codecov/codecov-action@v3 - if: ${{ !startsWith(matrix.scalaVersion, '3') }} + if: ${{ startsWith(matrix.scalaVersion, '2.13') }} with: - token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos flags: unittests - fail_ci_if_error: true verbose: true scalafmt: runs-on: ubuntu-latest