We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b615d5 commit 1fe1082Copy full SHA for 1fe1082
.github/workflows/build-library.yml
@@ -101,7 +101,7 @@ jobs:
101
102
- name: Add code coverage summary to job
103
if: always()
104
- run: cat "${{ github.workspace }}/TestResults/SummaryGitHub.md" >> $GITHUB_STEP_SUMMARY
+ run: cat "${{ github.workspace }}/TestResults/SummaryGithub.md" >> $GITHUB_STEP_SUMMARY
105
106
- name: Upload code coverage reports
107
uses: actions/upload-artifact@v4
0 commit comments