Skip to content

Commit 66c7238

Browse files
committed
chore(workflow): remove deprecated fuzz test statistics action
Eliminated the use of the composite action for generating fuzz test statistics in favor of native CI mode, which provides improved functionality and compatibility.
1 parent 0d13740 commit 66c7238

2 files changed

Lines changed: 0 additions & 391 deletions

File tree

.github/actions/test-statistics/action.yml

Lines changed: 0 additions & 370 deletions
This file was deleted.

.github/workflows/fortress-test-fuzz.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -222,27 +222,6 @@ jobs:
222222
fi
223223
fi
224224
225-
# --------------------------------------------------------------------
226-
# Generate fuzz test statistics using composite action
227-
# --------------------------------------------------------------------
228-
- name: 📊 Calculate fuzz test statistics
229-
id: fuzz-summary
230-
if: always()
231-
uses: ./.github/actions/test-statistics
232-
with:
233-
matrix-name: "Fuzz Tests (${{ inputs.primary-runner }})"
234-
matrix-os: ${{ inputs.primary-runner }}
235-
matrix-go-version: ${{ inputs.go-primary-version }}
236-
test-exit-code: ${{ steps.run-fuzz-tests.outputs.fuzz-exit-code || '0' }}
237-
output-mode: "FULL"
238-
job-status: ${{ job.status }}
239-
test-start-time: ${{ steps.fuzz-timer.outputs.fuzz-start || '0' }}
240-
race-detection-enabled: "false"
241-
code-coverage-enabled: "false"
242-
fuzz-run: "true"
243-
failures-file: "fuzz-failures.txt"
244-
output-file: "fuzz-output.log"
245-
246225
# --------------------------------------------------------------------
247226
# Collect performance cache statistics
248227
# --------------------------------------------------------------------

0 commit comments

Comments
 (0)