Skip to content

Commit 03a4d3c

Browse files
committed
summary
1 parent f020378 commit 03a4d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-pytest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
shell: pwsh
3434
run: |
3535
"## Test Coverage Summary" | Out-File -FilePath summary.md -Encoding utf8
36-
"```" | Out-File -FilePath summary.md -Append -Encoding utf8
36+
'```' | Out-File -FilePath summary.md -Append -Encoding utf8
3737
Get-Content pytest-coverage.txt | Out-File -FilePath summary.md -Append -Encoding utf8
38-
"```" | Out-File -FilePath summary.md -Append -Encoding utf8
38+
'```' | Out-File -FilePath summary.md -Append -Encoding utf8
3939
Get-Content summary.md | Out-File -FilePath $env:GITHUB_STEP_SUMMARY -Append -Encoding utf8

0 commit comments

Comments
 (0)