Loading .gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -60,11 +60,11 @@ test: # Run tests - make test TAG=$(python get_version.py)-dev.${CI_COMMIT_REF_NAME} # Download codecov uploader with integrity check - curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # - curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import - curl -Os https://uploader.codecov.io/latest/alpine/codecov - curl -Os https://uploader.codecov.io/latest/alpine/codecov.SHA256SUM - curl -Os https://uploader.codecov.io/latest/alpine/codecov.SHA256SUM.sig - gpgv codecov.SHA256SUM.sig codecov.SHA256SUM # - curl -Os https://uploader.codecov.io/latest/alpine/codecov.SHA256SUM # - curl -Os https://uploader.codecov.io/latest/alpine/codecov.SHA256SUM.sig # - gpgv codecov.SHA256SUM.sig codecov.SHA256SUM - chmod +x codecov # Upload the coverage report to codecov - ./codecov -t ${CODECOV_TOKEN} --file test/report/cov.xml Loading Loading
.gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -60,11 +60,11 @@ test: # Run tests - make test TAG=$(python get_version.py)-dev.${CI_COMMIT_REF_NAME} # Download codecov uploader with integrity check - curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # - curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import - curl -Os https://uploader.codecov.io/latest/alpine/codecov - curl -Os https://uploader.codecov.io/latest/alpine/codecov.SHA256SUM - curl -Os https://uploader.codecov.io/latest/alpine/codecov.SHA256SUM.sig - gpgv codecov.SHA256SUM.sig codecov.SHA256SUM # - curl -Os https://uploader.codecov.io/latest/alpine/codecov.SHA256SUM # - curl -Os https://uploader.codecov.io/latest/alpine/codecov.SHA256SUM.sig # - gpgv codecov.SHA256SUM.sig codecov.SHA256SUM - chmod +x codecov # Upload the coverage report to codecov - ./codecov -t ${CODECOV_TOKEN} --file test/report/cov.xml Loading