File tree Expand file tree Collapse file tree 6 files changed +8
-1
lines changed
Expand file tree Collapse file tree 6 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ skip_commits:
6868 - azure-pipelines.yml
6969 - azure-pipelines/*
7070 - LICENSE
71+ - codecov.yml
7172
7273cache :
7374 - C:\tools\vcpkg\installed
Original file line number Diff line number Diff line change 88 - .github/*
99 - README.md
1010 - appveyor.yml
11+ - codecov.yml
1112 tags :
1213 include :
1314 - ' *'
Original file line number Diff line number Diff line change 88 - .github/*
99 - README.md
1010 - appveyor.yml
11+ - codecov.yml
1112 tags :
1213 include :
1314 - ' *'
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155155 displayName: collect coverage data
156156 workingDirectory: build
157157 condition: ne(variables['Agent.OS'], 'Windows_NT')
158- - bash : bash <(curl -s https://codecov.io/bash) -f coverage.info -t b8f07100-6985-49f7-aa4c-14e36f29ac80s
158+ - bash : bash <(curl -s https://codecov.io/bash) -f coverage.info
159159 displayName : codeCov
160160 workingDirectory : build
161161 continueOnError : true
Original file line number Diff line number Diff line change 88 - .github/*
99 - README.md
1010 - appveyor.yml
11+ - codecov.yml
1112 tags :
1213 include :
1314 - ' *'
Original file line number Diff line number Diff line change 1+ codecov :
2+ token : b8f07100-6985-49f7-aa4c-14e36f29ac80
3+ require_ci_to_pass : yes
You can’t perform that action at this time.
0 commit comments