diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 4e25fc5..974f152 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -33,6 +33,7 @@ jobs: report_paths: 'ctest-junit.xml' annotate_only: true detailed_summary: true + include_passed: true fail_on_failure: 'true' - run: echo "🍏 This job's status is ${{ job.status }}." @@ -63,5 +64,6 @@ jobs: report_paths: 'mutation-junit.xml' annotate_only: true detailed_summary: true + include_passed: true fail_on_failure: 'false' - run: echo "🍏 This job's status is ${{ job.status }}."