aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-01-21 15:20:09 +0200
committerMatias Elo <matias.elo@nokia.com>2022-01-31 16:46:35 +0200
commit9203303c8110ccc7ca3a37f08f8699be089b7fa7 (patch)
tree127448a54e9ca78ef432dde5adb332361ba1ad9a /.github
parent6f23b0d82ae41c08e67e4aca452dc317208ce911 (diff)
ci: update codecov uploader version
Upgrade to Codecov uploader V2 as V1 is being discontinued. The new uploader doesn't convert *.gcno files into *.gcov files automatically anymore, so this has to be done now manually in the coverage.sh script. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-pipeline.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml
index 99081d12c..56dd65fcc 100644
--- a/.github/workflows/ci-pipeline.yml
+++ b/.github/workflows/ci-pipeline.yml
@@ -200,7 +200,7 @@ jobs:
if: ${{ failure() }}
run: find . -name "*.trs" | xargs grep -l '^.test-result. FAIL' | while read trs ; do echo FAILURE detected at $trs; cat ${trs%%.trs}.log ; done
- name: Upload to Codecov
- uses: codecov/codecov-action@v1.2.1
+ uses: codecov/codecov-action@v2
Run_distcheck:
runs-on: ubuntu-18.04