From 0891df8a203068d352615a02d013a42249f2c567 Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Sun, 5 May 2024 16:23:49 +0200 Subject: [PATCH] Tweak coverage upload --- .github/workflows/pytest.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index e4d20af..7fe7291 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -35,3 +35,7 @@ jobs: xvfb-run --auto-servernum --server-num=1 --server-args="-screen 1 1920x1200x24 -ac +extension GLX" pytest --cov --cov-report=xml - name: Upload Coverage report to Codecov uses: codecov/codecov-action@v4 + with: + verbose: true + fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file