From cffcfb3c093eaa20b42b73ed4c912877b9df4f33 Mon Sep 17 00:00:00 2001 From: Martin Kozlovsky Date: Sun, 15 Sep 2024 06:37:53 +0200 Subject: [PATCH] fixed argument --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7db33dd4..4c79d608 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -134,7 +134,7 @@ jobs: PYTORCH_MPS_HIGH_WATERMARK_RATIO: 0.0 with: emoji: false - custom-arguments: --junit-xml pytest.xml --coverage-report xml + custom-arguments: --junit-xml pytest.xml --cov-report xml - name: Create Test Report uses: EnricoMi/publish-unit-test-result-action@v2