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