We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b32d08 + 37992bf commit 1805391Copy full SHA for 1805391
1 file changed
README.md
@@ -73,8 +73,15 @@ jobs:
73
# validate
74
# create
75
76
- # Collect Diffblue Cover log files
+ # 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.
83
- name: Diffblue Artifacts
84
+ if: always()
85
uses: actions/upload-artifact@v4
86
with:
87
name: logs
0 commit comments