From b8b72fab6a517dc43cc05b94a4c78d3c5009d028 Mon Sep 17 00:00:00 2001 From: Bernhard Manfred Gruber Date: Mon, 5 Sep 2022 17:22:38 +0200 Subject: [PATCH] Switch to codecov github action --- .github/workflows/ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 14220dadac..18769333b3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,7 +71,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - fetch-depth: 1 + fetch-depth: 2 - name: install lcov run: | sudo apt install lcov @@ -99,10 +99,10 @@ jobs: #lcov --remove coverage.info '/usr/*' --output-file coverage.info #lcov --list coverage.info - name: upload coverage report - run: | - curl -Os https://uploader.codecov.io/latest/linux/codecov - chmod +x codecov - ./codecov + uses: codecov/codecov-action@v3 + with: + fail_ci_if_error: true + verbose: true amalgamation: runs-on: ubuntu-22.04