From ecf1ee52365fe60b988572f6b70d00f759552bf5 Mon Sep 17 00:00:00 2001 From: Jannik Date: Fri, 5 Dec 2025 17:10:21 +0100 Subject: [PATCH] upload the coverage report of all tests, not just of the pytorch tests Signed-off-by: Jannik --- .github/workflows/lint-pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-pytest.yaml b/.github/workflows/lint-pytest.yaml index 9db16f082..53bfd346e 100644 --- a/.github/workflows/lint-pytest.yaml +++ b/.github/workflows/lint-pytest.yaml @@ -91,7 +91,7 @@ jobs: - name: Test pytest with torch & integration tests run: | - pytest -m "require_learning" --cov --cov-report=xml --junitxml="result.xml" + pytest --cov --cov-report=xml --junitxml="result.xml" - name: Upload tests results uses: actions/upload-artifact@v4