Skip to content

Commit

Permalink
ci: switch to codecov cli on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
adswa committed Sep 12, 2024
1 parent bf402b8 commit 7ec6669
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 7ec6669

Please sign in to comment.