aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-01-21 15:20:09 +0200
committerPetri Savolainen <petri.savolainen@nokia.com>2022-01-26 09:01:03 +0200
commit1f16b9f0106d7f98a445c351ad407aa0248086f7 (patch)
treebf12f073a709004cb503b18eaa368627e00ec439 /.github
parentadc15ab352b7a7765541027533fcc09411dadf4a (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 c653e4c44..c2e13cfc8 100644
--- a/.github/workflows/ci-pipeline.yml
+++ b/.github/workflows/ci-pipeline.yml
@@ -221,7 +221,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