mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 14:27:10 +01:00
Improve logging
This commit is contained in:
parent
09d1ac9fc3
commit
c5671cf48a
3 changed files with 10 additions and 4 deletions
|
|
@ -66,8 +66,9 @@ class TestReporter {
|
|||
process.chdir(this.workDirInput)
|
||||
}
|
||||
|
||||
const pattern = this.path.split(',')
|
||||
core.info(`Check runs will be created with SHA=${this.context.sha}`)
|
||||
|
||||
const pattern = this.path.split(',')
|
||||
const inputProvider = this.artifact
|
||||
? new ArtifactProvider(
|
||||
this.octokit,
|
||||
|
|
@ -160,7 +161,9 @@ class TestReporter {
|
|||
},
|
||||
...github.context.repo
|
||||
})
|
||||
core.info(`Check run create response: ${resp.status} - ${resp.url}`)
|
||||
core.info(`Check run create response: ${resp.status}`)
|
||||
core.info(`Check run URL: ${resp.data.url}`)
|
||||
core.info(`Check run HTML: ${resp.data.html_url}`)
|
||||
|
||||
return results
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue