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 f020378 commit 03a4d3cCopy full SHA for 03a4d3c
.github/workflows/test-pytest.yaml
@@ -33,7 +33,7 @@ jobs:
33
shell: pwsh
34
run: |
35
"## Test Coverage Summary" | Out-File -FilePath summary.md -Encoding utf8
36
- "```" | Out-File -FilePath summary.md -Append -Encoding utf8
+ '```' | Out-File -FilePath summary.md -Append -Encoding utf8
37
Get-Content pytest-coverage.txt | Out-File -FilePath summary.md -Append -Encoding utf8
38
39
Get-Content summary.md | Out-File -FilePath $env:GITHUB_STEP_SUMMARY -Append -Encoding utf8
0 commit comments