Skip to content

Commit

Permalink
Do not dump Codecov stdout to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkryukov authored Mar 18, 2020
1 parent e9aee33 commit 82c2329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ after_success:
- cd $TRAVIS_BUILD_DIR/simulator/debug
- cmake .. -DCMAKE_BUILD_TYPE=Debug -DENABLE_COVERAGE=1 -G "Ninja"
- ninja unit-tests && ctest
- bash <(curl -s https://codecov.io/bash) -x "${COV}" -p $TRAVIS_BUILD_DIR/simulator
- bash <(curl -s https://codecov.io/bash) -x "${COV}" -p $TRAVIS_BUILD_DIR/simulator > /dev/null
- |
if [ $CXX == clang++ ] && [ "$TRAVIS_OS_NAME" == "linux" ] && [ $TRAVIS_CPU_ARCH == amd64 ]; then
# Install GCC 8 to have better constexpr in libstdc++
Expand Down

0 comments on commit 82c2329

Please sign in to comment.