Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit f1c10f9

Browse files
committed
changing heading header depending the folder
1 parent d574442 commit f1c10f9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ const main = async () => {
136136
),
137137
hiddenHeader: appName
138138
? `<!-- ${appName}-code-coverage-assistant -->`
139-
: `<!-- monorepo-code-coverage-assistant -->`,
139+
: `<!-- monorepo-code-coverage-assistant ${
140+
monorepoBasePath.split("/")[1]
141+
} -->`,
140142
});
141143
};
142144

0 commit comments

Comments
 (0)