Skip to content

dont run codecov #168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,13 @@ matrix:
script:
- export PATH=$(pwd)/mason_packages/.link/bin/:${PATH}
- which llvm-cov
- curl -S -f https://codecov.io/bash -o codecov
- chmod +x codecov
# Workaround until we can avoid problem after https://github.com/travis-ci/travis-build/pull/1263 lands
- PATH=$(echo "$PATH" | sed 's/.\/node_modules\/.bin://')
- ./codecov -x "llvm-cov gcov" -Z
# - NOTE: we are disabling the codecov bash uploader due to https://about.codecov.io/security-update/
# - This should be replaced with the node uploader in the future
# - curl -S -f https://codecov.io/bash -o codecov
# - chmod +x codecov
# # Workaround until we can avoid problem after https://github.com/travis-ci/travis-build/pull/1263 lands
# - PATH=$(echo "$PATH" | sed 's/.\/node_modules\/.bin://')
# - ./codecov -x "llvm-cov gcov" -Z
# Clang format build
- os: linux
# can be generic since we don't need nodejs to run formatting
Expand Down