Skip to content

Commit

Permalink
Ignore missing test results
Browse files Browse the repository at this point in the history
They will be missing entirely when no coverage is enabled, and
TAP output is not supported (ie pre Qt-5.12).
  • Loading branch information
pcolby committed Dec 16, 2023
1 parent 0072906 commit 96c3565
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
${{ runner.temp }}/coverage.info
${{ runner.temp }}/removeHtmlDates.sh
${{ runner.temp }}/test/**/*.tap
if-no-files-found: error
if-no-files-found: ignore
- name: Prep combined test results
run: |
find "$RUNNER_TEMP" \( -name 'coverage.info' -or -name '*.tap' \) -printf '%P\0' |
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
${{ runner.temp }}/coverage.info
${{ runner.temp }}/removeHtmlDates.sh
${{ runner.temp }}/test/**/*.tap
if-no-files-found: error
if-no-files-found: ignore
- name: Prep combined test results
run: |
find "$RUNNER_TEMP" \( -name 'coverage.info' -or -name '*.tap' \) -printf '%P\0' |
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
${{ runner.temp }}/coverage.info
${{ runner.temp }}/removeHtmlDates.sh
${{ runner.temp }}/test/**/*.tap
if-no-files-found: error
if-no-files-found: ignore
- name: Prep combined test results
run: |
cd "$RUNNER_TEMP" &&
Expand Down

0 comments on commit 96c3565

Please sign in to comment.