Skip to content

Commit

Permalink
changing heading header depending the folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tjsearsz committed Nov 30, 2022
1 parent d574442 commit f1c10f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/main.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ const main = async () => {
),
hiddenHeader: appName
? `<!-- ${appName}-code-coverage-assistant -->`
: `<!-- monorepo-code-coverage-assistant -->`,
: `<!-- monorepo-code-coverage-assistant ${
monorepoBasePath.split("/")[1]
} -->`,
});
};

Expand Down

0 comments on commit f1c10f9

Please sign in to comment.