diff options
author | 杨宇千 <crupest@outlook.com> | 2019-08-05 01:34:00 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-08-05 01:34:00 +0800 |
commit | aab0531a6c9e6b4149a917029088989c5c78b68f (patch) | |
tree | 32cc9ef63529532515f737930e307c366c729ca3 | |
parent | b873a270158837092f6b8563cd402fcacf1d7f9e (diff) | |
download | timeline-aab0531a6c9e6b4149a917029088989c5c78b68f.tar.gz timeline-aab0531a6c9e6b4149a917029088989c5c78b68f.tar.bz2 timeline-aab0531a6c9e6b4149a917029088989c5c78b68f.zip |
Hone code coverage result file path to avoid noise.
-rw-r--r-- | CI/build-pipeline.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CI/build-pipeline.yml b/CI/build-pipeline.yml index 2b9ce5fb..2c15e301 100644 --- a/CI/build-pipeline.yml +++ b/CI/build-pipeline.yml @@ -32,4 +32,4 @@ steps: condition: succeededOrFailed()
inputs:
codeCoverageTool: 'Cobertura'
- summaryFileLocation: '**/coverage.cobertura.xml'
+ summaryFileLocation: '**/TestResults/*/coverage.cobertura.xml'
|