Skip to content

Commit 1805391

Browse files
authored
Merge pull request #116 from diffblue/20240319-Artifacts-job
Explain Diffblue Artifacts job
2 parents 4b32d08 + 37992bf commit 1805391

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,15 @@ jobs:
7373
# validate
7474
# create
7575

76-
# Collect Diffblue Cover log files
76+
# Collect Diffblue Cover outcome files
77+
# This job saves Diffblue Cover run outcomes files for later use. These include summary
78+
# information on Diffblue Cover's results, reports files, and logs. The information
79+
# contained in these files be used for project analysis, metrics, improving analysis or
80+
# troubleshooting problems.
81+
# Note that this job will always run even when the Run Diffblue Cover job fails. This
82+
# ensures troubleshooting logs and output are available.
7783
- name: Diffblue Artifacts
84+
if: always()
7885
uses: actions/upload-artifact@v4
7986
with:
8087
name: logs

0 commit comments

Comments
 (0)