Skip to content

Commit

Permalink
Update .NET SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Sep 1, 2023
1 parent f980311 commit a170c5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ jobs:
license: '${{ secrets.REPORTGENERATOR_LICENSE }}'

- name: 'Publish coverage summary'
run: $env:GITHUB_STEP_SUMMARY = type .\src\target\reports\coverage\SummaryGithub.md
run: cat src/target/reports/coverage/SummaryGithub.md >> $GITHUB_STEP_SUMMARY
shell: bash

- name: 'Publish code coverage results'
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a170c5d

Please sign in to comment.