mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
feat: Include branch name
This commit is contained in:
parent
411cf3d74b
commit
fd4ca00357
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ class TestReporter {
|
||||||
await post(
|
await post(
|
||||||
`TestResults?Secret=${this.resultsEndpointSecret}${version ? '&EVAVersion=' + version : ''}${
|
`TestResults?Secret=${this.resultsEndpointSecret}${version ? '&EVAVersion=' + version : ''}${
|
||||||
commitID ? '&EVACommitID=' + commitID : ''
|
commitID ? '&EVACommitID=' + commitID : ''
|
||||||
}`,
|
}&EVABranch=${encodeURI(this.context.branch)}`,
|
||||||
readStream
|
readStream
|
||||||
)
|
)
|
||||||
core.info(`Uploaded TRX files`)
|
core.info(`Uploaded TRX files`)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue