From 1ef0d592cefa287da68e392dc199f5a6e1aa2de1 Mon Sep 17 00:00:00 2001 From: Satoru SATOH Date: Mon, 15 Apr 2024 01:30:30 +0900 Subject: [PATCH] fix: update gha for codecov and configure token --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 29bce69c..a6a172cb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,10 +37,10 @@ jobs: run: tox env: PLATFORM: ${{ matrix.platform }} - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 # .. seealso:: https://github.com/marketplace/actions/codecov#usage with: - # token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos + token: ${{ secrets.CODECOV_TOKEN }} # Required for all repos # files: ./coverage1.xml,./coverage2.xml # optional # flags: unittests # optional # name: codecov-umbrella # optional