From fe3b8e06d4db2e75ea612c747eb48ccfaf31f8eb Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Wed, 28 Feb 2024 15:31:27 -0600 Subject: [PATCH] enforce run of coverage report Signed-off-by: Karl W Schulz --- .github/workflows/mi100.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mi100.yml b/.github/workflows/mi100.yml index baf448a7de..5d6acac935 100644 --- a/.github/workflows/mi100.yml +++ b/.github/workflows/mi100.yml @@ -83,6 +83,7 @@ jobs: minimum_coverage: 45 - name: Alternate coverage report uses: insightsengineering/coverage-action@v2 + if: always() with: path: tests/coverage.xml ## ## - name: Pytest coverage comment