Skip to content

Commit 95c6962

Browse files
authored
Update command (#289)
1 parent fcb6f51 commit 95c6962

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)