Skip to content

Commit

Permalink
Fix coverage upload script
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacmackin committed Jun 4, 2024
1 parent f4c9da6 commit 3c12cef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion upload-coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM.sig
gpg --verify codecov.SHA256SUM.sig codecov.SHA256SUM

shasum -a 256 -c codecov.SHA256SUM
sudo chmod +x codecov
chmod +x codecov

./codecov --verbose upload-process --fail-on-error

0 comments on commit 3c12cef

Please sign in to comment.