Skip to content

Commit 369eb1e

Browse files
committed
Update main.js
1 parent b61bbfd commit 369eb1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/main/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.

dist/main/index.js.map

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/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ async function run() {
1717
const coverageFilesPattern = core.getInput('coverage-files');
1818
const globber = await glob.create(coverageFilesPattern);
1919
const coverageFiles = await globber.glob();
20-
const titlePrefix = core.getInput('titlePrefix');
20+
const titlePrefix = core.getInput('title-prefix');
2121

2222
await genhtml(coverageFiles, tmpPath);
2323

0 commit comments

Comments
 (0)