Skip to content

Commit

Permalink
Actions updates
Browse files Browse the repository at this point in the history
  • Loading branch information
webprofusion-chrisc committed Feb 14, 2025
1 parent 0b2907a commit 76393a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DotNetCore_Unit_Tests_Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Generate Test Results Report
run: |
echo "# Test Results" > $GITHUB_STEP_SUMMARY
echo "# Test Results" > ./TestResults-${{ runner.os }}/test-summary.md
sed -i 's/<details>/<details open>/g' ./TestResults-${{ runner.os }}/test-summary.md
cat ./TestResults-${{ runner.os }}/test-summary.md >> $GITHUB_STEP_SUMMARY
working-directory: ./certify/src/Certify.Tests/Certify.Core.Tests.Unit
Expand All @@ -100,7 +100,7 @@ jobs:
- name: Generated Test Coverage Report
run: |
reportgenerator -reports:./TestResults-${{ runner.os }}/*/*.cobertura.xml -targetdir:./TestResults-${{ runner.os }} -reporttypes:MarkdownSummaryGithub "-title:Test Coverage"
cat ./TestResults-${{ runner.os }}/SummaryGithub.md > $GITHUB_STEP_SUMMARY
cat ./TestResults-${{ runner.os }}/SummaryGithub.md >> $GITHUB_STEP_SUMMARY
working-directory: ./certify/src/Certify.Tests/Certify.Core.Tests.Unit
if: ${{ always() }}

Expand Down

0 comments on commit 76393a8

Please sign in to comment.