From 4fc4b8e95f52154217aca604c4d8f4f79324b742 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sun, 30 Oct 2022 04:27:10 -0700 Subject: [PATCH] CI: Clean up `codecov-action` configuration (#719) --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9f00c7f7..5c23fa49 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -62,6 +62,7 @@ jobs: - name: Install prerequisites (Linux) if: runner.os == 'Linux' run: | + sudo apt-get update sudo apt-get install libdbus-1-dev - name: Setup Python @@ -123,7 +124,4 @@ jobs: uses: codecov/codecov-action@v3 with: files: ./coverage.xml - flags: unittests - env_vars: OS,PYTHON,BARE - name: codecov-umbrella fail_ci_if_error: false