diff --git a/.github/workflows/mi100.yml b/.github/workflows/mi100.yml index f28b8480ca..baf448a7de 100644 --- a/.github/workflows/mi100.yml +++ b/.github/workflows/mi100.yml @@ -82,9 +82,9 @@ jobs: path: tests/coverage.xml minimum_coverage: 45 - name: Alternate coverage report - uses: insightsengineering/coverage-action@v2 - with: - path: tests/coverage.xml + uses: insightsengineering/coverage-action@v2 + with: + path: tests/coverage.xml ## ## - name: Pytest coverage comment ## ## if: '!cancelled()' ## ## uses: MishaKav/pytest-coverage-comment@v1.1.48