Skip to content

Commit

Permalink
feat: use wrapper
Browse files Browse the repository at this point in the history
fix: submodules

fix: >>

fix: container with python

fix: oidc

fix: latex

fix: latex in the container

fix: no sudo

fix: container to python

fix: submodule stuff

fix: just dont coverage

fix: apt install git

fix: no sudo

fix: apt-get

fix: use the oidc token

fix: cut the token

fix: small changes

fix: set the token

fix: add defaults

fix: bump to latest wrapper

fix: 0.0.20

fix: 0.8.0
  • Loading branch information
thomasrockhu-codecov committed Oct 31, 2024
1 parent 81bbcf1 commit eb859c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
with:
submodules: 'true'
- name: Install deps
run: |
apt-get install git
Expand Down
5 changes: 5 additions & 0 deletions dist/codecov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ CC_PUBLIC_PGP_KEY=$(curl https://keybase.io/codecovsecurity/pgp_keys.asc)
then
exit_if_error "Could not verify SHASUM. Please contact [email protected] if problem continues"
fi
if ! (shasum -a 256 -c "${cc_filename}.SHA256SUM" || \
sha256sum -c "${cc_filename}.SHA256SUM");
then
exit_if_error "Could not verify SHASUM. Please contact Codecov if problem continues"
fi
say "$g==>$x CLI integrity verified"
say
fi
Expand Down

0 comments on commit eb859c5

Please sign in to comment.