diff options
| author | J08nY | 2025-04-03 12:19:57 +0200 |
|---|---|---|
| committer | J08nY | 2025-04-03 12:19:57 +0200 |
| commit | 9071e32b84d9299ce490ccdad27d7bac5f674183 (patch) | |
| tree | 9584dc5758ed0848a5d146b2a22d2f84e31542f9 | |
| parent | 9ca049bd1c03f69f1e50d6201d860f0126168a57 (diff) | |
| download | sec-certs-9071e32b84d9299ce490ccdad27d7bac5f674183.tar.gz sec-certs-9071e32b84d9299ce490ccdad27d7bac5f674183.tar.zst sec-certs-9071e32b84d9299ce490ccdad27d7bac5f674183.zip | |
Report failed and skipped tests.
| -rw-r--r-- | .github/workflows/cron.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/tests.yml | 1 |
2 files changed, 2 insertions, 0 deletions
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: |
