From 6391e28c59a05f0a11fd819ff533f66eb1f9e938 Mon Sep 17 00:00:00 2001 From: Benedikt Burger <67148916+BenediktBurger@users.noreply.github.com> Date: Thu, 18 Apr 2024 12:01:09 +0200 Subject: [PATCH] Revert codecov version change. --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 46cd017..87c2b07 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,9 +26,9 @@ jobs: run: python --version - name: Test for Coverage # xvfb for graphical interface - run: xvfb-run -a pytest --cov + run: xvfb-run -a pytest --cov --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} directory: ./coverage/reports/