Skip to content

Commit f06a0a3

Browse files
committed
🚧 Tweak more stuff
1 parent 29dc918 commit f06a0a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/reporters/markdown.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const generate = (
6767
core.info(filename);
6868
core.info(markdownFriendlyFileName);
6969

70-
const hyperlinedFileName = `[${markdownFriendlyFileName}](${baseURL}/${filename})`;
70+
const hyperlinedFileName = `[\`${markdownFriendlyFileName}\`](${baseURL}/${filename})`;
7171

7272
coverageTableArray.push([
7373
hyperlinedFileName,

0 commit comments

Comments
 (0)