Skip to content

Commit 45c064a

Browse files
committed
Disable test coverage on step
1 parent 56d38de commit 45c064a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stubs/artifact/internal/shared/config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ export function isGhes(): boolean {
2828
*/
2929
export function getGitHubWorkspaceDir(): string {
3030
// Default to current working directory
31+
/* istanbul ignore next */
3132
return process.env['GITHUB_WORKSPACE'] || process.cwd()
3233
}

0 commit comments

Comments
 (0)