Fix formatting of coverage report in GitHub Actions workflow

This commit is contained in:
Hoshiumi Arata
2024-11-19 00:00:49 +09:00
parent 7cf5e9b0af
commit f7b2ec1408
+2 -2
View File
@@ -28,9 +28,9 @@ jobs:
run: |
{
echo "# Coverage report"
echo \`\`\`
echo "\`\`\`"
gcovr -e ".*_test.c" -e ".*/test/.*" -s --html-details -o coverage/ build
echo \`\`\`
echo "\`\`\`"
} > $GITHUB_STEP_SUMMARY
- name: Upload coverage report
uses: actions/upload-artifact@v4