From 5f4ecef6bb25a7f3cc61f982dcb9a86e7f2678e2 Mon Sep 17 00:00:00 2001 From: ethanae Date: Mon, 5 Aug 2024 15:09:28 +0200 Subject: [PATCH] - add codecov token - update codecov to v4 --- .github/workflows/ci.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16ec15d..f12b64c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,15 +111,8 @@ jobs: uses: actions/download-artifact@v2 with: name: coverage - # - name: Debug downloaded artifacts - # id: debug_downloaded_artifacts - # run: | - # ls -ahl - # - name: Coveralls - # uses: coverallsapp/github-action@master - # with: - # github-token: ${{ secrets.GITHUB_TOKEN }} - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v4 with: fail_ci_if_error: true # optional (default = false) verbose: true # optional (default = false) + token: ${{ secrets.CODECOV_TOKEN }}