From 827f91538f3379f7d3de9f991ef885c960a2d9bd Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 15 Jun 2024 02:35:30 +0200 Subject: [PATCH] Fix codecov integration to use upload token ... so that it works more reliably or even at all... --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ec94378..8135fea 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -42,6 +42,8 @@ jobs: only-needed: true - uses: gap-actions/process-coverage@v2 - uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} # The documentation job manual: