Skip to content

Commit

Permalink
More attempts at fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacmackin committed Jun 4, 2024
1 parent bd1a372 commit ecda872
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
@@ -1,5 +1,7 @@
#!/bin/bash

cd /opt/platypus

curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
curl -Os https://cli.codecov.io/latest/linux/codecov
curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM
Expand All @@ -9,5 +11,4 @@ gpg --verify codecov.SHA256SUM.sig codecov.SHA256SUM
shasum -a 256 -c codecov.SHA256SUM
chmod +x codecov

cd /opt/platypus
./codecov --verbose

0 comments on commit ecda872

Please sign in to comment.