You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/go-coverage-merge.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -494,7 +494,7 @@ jobs:
494
494
- name: Update markdown report on Wiki
495
495
if: ${{ github.event.inputs.Markdown == 'true' }}
496
496
run: |
497
-
echo -e '# Report for $(go run main.go -v) release\n' > wiki/home.md
497
+
echo -e "# Report for $(go run main.go -v) release\n" > wiki/home.md
498
498
echo -e 'The test coverage report in `html` format using [go-coverage-report](https://github.com/marketplace/actions/go-coverage-report) is available [here](https://raw.githubusercontent.com/wiki/Lifailon/lazyjournal/coverage.html).\n' >> wiki/home.md
499
499
echo -e 'During testing, the interface operation is checked in the disabled `tcell` mode, as well as the reading and coloring time of all available logs in Linux, macOS and Windows systems.\n' >> wiki/home.md
500
500
echo -e 'To combine test results from different systems [gosovmerge](https://github.com/wadey/gocovmerge) is used.\n' >> wiki/home.md
0 commit comments