Skip to content

Commit 1c83ff0

Browse files
committed
chore: add status check logs
1 parent 6de8c4d commit 1c83ff0

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

badges/coverage.svg

Lines changed: 1 addition & 1 deletion
Loading

dist/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/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/github/handler.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ export async function createStatusCheck(
228228
inputs: Inputs,
229229
report: CtrfReport
230230
): Promise<void> {
231+
core.info('Creating status check')
231232
let summary = core.summary.stringify()
232233
if (summary.length > 65000) {
233234
core.warning('Summary is too long to create a status check. Truncating...')

0 commit comments

Comments
 (0)