From 9071e32b84d9299ce490ccdad27d7bac5f674183 Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 3 Apr 2025 12:19:57 +0200 Subject: Report failed and skipped tests. --- .github/workflows/cron.yml | 1 + .github/workflows/tests.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index e276877a..3ca22f49 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -39,6 +39,7 @@ jobs: uses: test-summary/action@v2 with: paths: junit.xml + show: "fail, skip" - name: Code coverage upload uses: codecov/codecov-action@v4 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 289349f8..69e173b1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,6 +37,7 @@ jobs: uses: test-summary/action@v2 with: paths: junit.xml + show: "fail, skip" - name: Code coverage upload uses: codecov/codecov-action@v4 with: -- cgit v1.3.1