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)
22
22
- Use matrix pipeline strategy.
23
23
- Try using CodeCov CLI
24
24
- Update CodeCov CLI command
25
+ - Use CodeCov upload-process
25
26
26
27
## [ 2.1.0] - 2022-06-19
27
28
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ stages:
164
164
gpg --verify codecov.SHA256SUM.sig codecov.SHA256SUM
165
165
shasum -a 256 -c codecov.SHA256SUM
166
166
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"
168
168
displayName: 'Publish Code Coverage to Codecov.io'
169
169
condition: succeededOrFailed()
170
170
You can’t perform that action at this time.
0 commit comments