From 90ba566d57adc4c31f8aa3f0009ae3f07bc781d0 Mon Sep 17 00:00:00 2001 From: Kimura Youichi Date: Thu, 7 Dec 2023 22:53:48 +0900 Subject: [PATCH] =?utf8?q?=E3=82=B3=E3=83=BC=E3=83=89=E3=82=AB=E3=83=90?= =?utf8?q?=E3=83=AC=E3=83=83=E3=82=B8=E3=81=AE=E9=80=81=E4=BF=A1=E3=81=ABC?= =?utf8?q?odecov=E5=85=AC=E5=BC=8F=E3=81=AEworkflow=E3=82=92=E4=BD=BF?= =?utf8?q?=E7=94=A8=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 840a568a..dcfad8c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -96,8 +96,7 @@ jobs: exit $p.ExitCode } - - name: Upload test results to codecov - shell: pwsh - run: | - Invoke-WebRequest -Uri https://uploader.codecov.io/latest/windows/codecov.exe -Outfile codecov.exe - .\codecov.exe -f coverage.xml + - uses: codecov/codecov-action@v3 + with: + token: ${{ secrets.CODECOV_TOKEN }} + fail_ci_if_error: true -- 2.11.0