Skip to content
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.

Commit

Permalink
Give up code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim committed Feb 20, 2017
1 parent 2bc2130 commit d07f568
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,3 @@ rust:
matrix:
allow_failures:
- rust: nightly

before_install:
- sudo apt-get update

addons:
apt:
packages:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
- cmake
- gcc
- binutils-dev

after_success: |
wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz &&
tar xzf master.tar.gz &&
cd kcov-master &&
mkdir build &&
cd build &&
cmake .. &&
make &&
sudo make install &&
cd ../.. &&
rm -rf kcov-master &&
kcov --exclude-pattern=/.cargo,/usr/lib --verify target/cov target/debug/chat-* &&
bash <(curl -s https://codecov.io/bash) &&
echo "Uploaded code coverage"

1 comment on commit d07f568

@janhohenheim
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #1

Please sign in to comment.