Skip to content

Commit

Permalink
wipe
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust committed Jan 4, 2025
1 parent f3546f7 commit a95a281
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .ci/pipeline/codecov-lnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ steps:
chmod +x codecov
displayName: "Install codecov cli"
- script: |
./codecov -v do-upload -Z -t ${CODECOV_TOKEN} -F azp -f coverage.json -B main
./codecov -v do-upload -Z -t ${CODECOV_TOKEN} -F azure -f coverage.json
displayName: "Upload to codecov"
env:
CODECOV_TOKEN: c43efae8-f0c0-4047-801f-28556e57e20b
CODECOV_TOKEN: $(CODECOV_TOKEN)
4 changes: 2 additions & 2 deletions .ci/pipeline/codecov-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ steps:
curl -Os https://cli.codecov.io/latest/windows/codecov.exe
displayName: "Install codecov cli"
- script: |
.\codecov.exe -v do-upload -Z -t %CODECOV_TOKEN% -F azp -f coverage.json -B main
.\codecov.exe -v do-upload -Z -t %CODECOV_TOKEN% -F azure -f coverage.json
displayName: "Upload to codecov"
env:
CODECOV_TOKEN: c43efae8-f0c0-4047-801f-28556e57e20b
CODECOV_TOKEN: $(CODECOV_TOKEN)

0 comments on commit a95a281

Please sign in to comment.