Fix lint errors

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