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 | d5b37e5e686c4b7e66662ea3b10d1dbdd59712b2 (patch) | |
tree | 32cc9ef63529532515f737930e307c366c729ca3 | |
parent | d672c104272b22c23a736d745dcc72f0ca31f085 (diff) | |
download | timeline-d5b37e5e686c4b7e66662ea3b10d1dbdd59712b2.tar.gz timeline-d5b37e5e686c4b7e66662ea3b10d1dbdd59712b2.tar.bz2 timeline-d5b37e5e686c4b7e66662ea3b10d1dbdd59712b2.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'
|