Skip to content

Commit 21e6139

Browse files
Publish code coverage results for all builds, including forks (#212)
1 parent a3d8483 commit 21e6139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pipelines/templates/run-unitTests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ steps:
4444
codeCoverageTool: 'JaCoCo'
4545
summaryFileLocation: '../Pester/coverage.xml'
4646
failIfCoverageEmpty: true
47-
condition: and(succeededOrFailed(), eq(variables['System.PullRequest.IsFork'], false))
47+
condition: succeededOrFailed()

0 commit comments

Comments
 (0)