Skip to content

Commit

Permalink
TEST-1234 Update backend-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hwinther committed Apr 19, 2024
1 parent 0d46887 commit 9283fe3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,9 @@ jobs:
id: reportgenerator
run: |
dotnet reportgenerator -reports:"../../tests/backend/**/TestResults/**/coverage.cobertura.xml" -targetdir:"../../tests/backend/CoverageReport" -reporttypes:"Html;Cobertura;MarkdownSummaryGithub;Badges"
content=`cat ../../tests/backend/CoverageReport/SummaryGithub.md`
echo markdown=$content >> $GITHUB_OUTPUT
echo "markdown<<EOF" >> $GITHUB_OUTPUT
cat ../../tests/backend/CoverageReport/SummaryGithub.md >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
- name: "Create or Update PR Comment"
uses: im-open/[email protected]
Expand All @@ -152,7 +153,7 @@ jobs:
id: code-coverage-summary
run: |
echo "markdown<<EOF" >> $GITHUB_OUTPUT
cat ../../tests/backend/CoverageReport/SummaryGithub.md >> $GITHUB_OUTPUT
cat code-coverage-results.md >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
- name: "Create or Update PR Comment"
Expand Down

0 comments on commit 9283fe3

Please sign in to comment.