From befb37ed7d1429f3e3ac997fcbb4c23887d352c2 Mon Sep 17 00:00:00 2001 From: "Felix Exner (fexner)" Date: Wed, 21 Feb 2024 23:59:45 +0100 Subject: [PATCH] Use codecov-action@v4 (#49) * Use codecov-action@v4 * Add codecov token --- .github/workflows/coverage.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 122e524..5532a15 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -36,9 +36,10 @@ jobs: run: | catmux_create_session -d catmux/resources/example_session.yaml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./coverage.xml flags: unittests name: codecov-umbrella fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }}