Skip to content

Commit 6dd899e

Browse files
committed
Ignore lines for coverage
1 parent 351995a commit 6dd899e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/stubs/github/context.ts

+3
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,11 @@ export class Context {
5050
this.runAttempt = parseInt(process.env.GITHUB_RUN_ATTEMPT as string, 10)
5151
this.runNumber = parseInt(process.env.GITHUB_RUN_NUMBER as string, 10)
5252
this.runId = parseInt(process.env.GITHUB_RUN_ID as string, 10)
53+
/* istanbul ignore next */
5354
this.apiUrl = process.env.GITHUB_API_URL ?? 'https://api.github.com'
55+
/* istanbul ignore next */
5456
this.serverUrl = process.env.GITHUB_SERVER_URL ?? 'https://github.com'
57+
/* istanbul ignore next */
5558
this.graphqlUrl =
5659
process.env.GITHUB_GRAPHQL_URL ?? 'https://api.github.com/graphql'
5760
}

0 commit comments

Comments
 (0)