File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
2222 - Use matrix pipeline strategy.
2323 - Try using CodeCov CLI
2424 - Update CodeCov CLI command
25+ - Use CodeCov upload-process
2526
2627## [ 2.1.0] - 2022-06-19
2728
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ stages:
164164 gpg --verify codecov.SHA256SUM.sig codecov.SHA256SUM
165165 shasum -a 256 -c codecov.SHA256SUM
166166 chmod +x codecov
167- ./codecov do- upload -f "./$(buildFolderName)/$(testResultFolderName)/JaCoCo_coverage.xml" -t $(CODECOV_TOKEN)
167+ ./codecov upload-process -f "./$(buildFolderName)/$(testResultFolderName)/JaCoCo_coverage.xml"
168168 displayName: 'Publish Code Coverage to Codecov.io'
169169 condition: succeededOrFailed()
170170
You can’t perform that action at this time.
0 commit comments