Skip to content

Commit 5df33ee

Browse files
edburnsCopilot
andauthored
Remove dead code
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 0fbd0df commit 5df33ee

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ runs:
2222
echo "## 🧪 Copilot Java SDK :: Test Results" >> $GITHUB_STEP_SUMMARY
2323
echo "" >> $GITHUB_STEP_SUMMARY
2424
25-
REPORT_DIR=$(dirname "${{ inputs.report-path }}")
26-
REPORT_PATTERN=$(basename "${{ inputs.report-path }}")
27-
2825
if ls ${{ inputs.report-path }} 1>/dev/null 2>&1; then
2926
TESTS_RUN=$(grep -h "tests=" ${{ inputs.report-path }} 2>/dev/null | sed 's/.*tests="\([0-9]*\)".*/\1/' | awk '{s+=$1} END {print s}')
3027
FAILURES=$(grep -h "failures=" ${{ inputs.report-path }} 2>/dev/null | sed 's/.*failures="\([0-9]*\)".*/\1/' | awk '{s+=$1} END {print s}')

0 commit comments

Comments
 (0)