Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
adding unique name for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Jul 22, 2019
1 parent 195ce00 commit e116290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ steps:
displayName: 'Publish Test Results'
inputs:
testResultsFiles: 'out-cov/*-results.xml'
testRunTitle: '$(Agent.OS)'
testRunTitle: '$(Agent.OS)-$(node_version)'
condition: succeededOrFailed()

- task: PublishCodeCoverageResults@1
Expand All @@ -39,4 +39,4 @@ steps:
displayName: 'Publish Coverage Artifact'
inputs:
targetPath: $(Build.ArtifactStagingDirectory)
artifactName: coverage
artifactName: 'coverage-$(Agent.OS)-$(node_version)'

0 comments on commit e116290

Please # to comment.