From c789cca28c72362ebd6a137587197a164bb51cf7 Mon Sep 17 00:00:00 2001 From: Wolfram Date: Tue, 19 Nov 2024 05:15:48 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=91=B7=20upload=20coverage=20report?= =?UTF-8?q?=20with=20version=205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 085bed4b5..51e3c1448 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -70,7 +70,7 @@ jobs: if: ${{ always() }} - name: Report Codecov if: github.ref_name == 'main' && hashFiles('coverage/**/*') != '' - uses: codecov/codecov-action@v5-beta + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} flags: unittests