feat: Include branch name

This commit is contained in:
Julian 2023-09-14 15:26:38 +02:00 committed by A. J. Kaptijn
parent 411cf3d74b
commit fd4ca00357

View file

@ -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`)