Skip to content

Commit

Permalink
Codecov: Try using flags
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Aug 27, 2020
1 parent 13430cc commit 869b75d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,4 @@ jobs:
cd src
export ARCH=${{ matrix.arch }}
export TOOLCHAIN=${{ matrix.toolchain }}
bash <(curl -s https://codecov.io/bash) -e TOOLCHAIN,ARCH
bash <(curl -s https://codecov.io/bash) -e TOOLCHAIN,ARCH -F windows
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ _anchors:
# not with clang
- CC=gcc pip install --user cpp-coveralls pyopenssl ndg-httpsclient pyasn1
- ~/.local/bin/coveralls -b "${SRCDIR}" -x .xs -e "${SRCDIR}"/if_perl.c -e "${SRCDIR}"/xxd -e "${SRCDIR}"/libvterm --encodings utf-8
- (cd "${SRCDIR}" && bash <(curl -s https://codecov.io/bash))
- (cd "${SRCDIR}" && bash <(curl -s https://codecov.io/bash) -F linux)

asan_symbolize: &asan_symbolize
# Update pyenv to fix the error "/opt/pyenv/libexec/pyenv: line 43: cd: asan_symbolize-6.0: Not a directory".
Expand Down

0 comments on commit 869b75d

Please sign in to comment.