From 1f78fcb420c2bbf0603a84fe279c9a8312fc6b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Thu, 11 Apr 2024 11:51:11 +0200 Subject: [PATCH 1/2] bump codecov version to v4 --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5a6d16960cf..20160a6d3f1 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-22.04 # FIXME: disabled because the tokenless upload suddenly started to permanently fail - if: false # ${{ github.repository_owner == 'danmar' }} + #if: false # ${{ github.repository_owner == 'danmar' }} steps: - uses: actions/checkout@v3 @@ -61,7 +61,7 @@ jobs: name: Coverage results path: coverage_report - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: # token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos # file: ./coverage.xml # optional From 6b28af0a3a75273434bae2eb044329a3d73b0c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Thu, 11 Apr 2024 13:41:56 +0200 Subject: [PATCH 2/2] fix if --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 20160a6d3f1..314a9ac9637 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -18,8 +18,8 @@ jobs: build: runs-on: ubuntu-22.04 - # FIXME: disabled because the tokenless upload suddenly started to permanently fail - #if: false # ${{ github.repository_owner == 'danmar' }} + + if: ${{ github.repository_owner == 'danmar' }} steps: - uses: actions/checkout@v3