Skip to content

Commit

Permalink
Merge pull request #329 from datalad/cu
Browse files Browse the repository at this point in the history
ci: switch to codecov cli on macos
  • Loading branch information
adswa authored Sep 13, 2024
2 parents 02c7e99 + fde64ce commit 0fa5d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ environment:
PY: 3.8
INSTALL_GITANNEX: git-annex
DATALAD_LOCATIONS_SOCKETS: /Users/appveyor/DLTMP/sockets
CODECOV_BINARY: https://uploader.codecov.io/latest/macos/codecov
CODECOV_BINARY: https://cli.codecov.io/latest/macos/codecov

matrix:
allow_failures:
Expand Down Expand Up @@ -205,7 +205,7 @@ after_test:
- cmd: .\codecov.exe -f "coverage.xml"
- sh: "curl -Os $CODECOV_BINARY"
- sh: chmod +x codecov
- sh: ./codecov
- sh: ./codecov do-upload


#on_success:
Expand Down

0 comments on commit 0fa5d81

Please sign in to comment.