Skip to content

Commit

Permalink
Fix coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
exul committed May 7, 2017
1 parent 3127361 commit 5d1da4a
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 @@ -12,5 +12,5 @@ script:
after_success:
- docker run -v "$(pwd):/source" -e TRAVIS_JOB_ID=${TRAVIS_JOB_ID} --security-opt seccomp=unconfined exul/matrix-rocketchat-dev /bin/bash -c
"cd /source &&
find ./target/debug -maxdepth 1 -regex '.*-.*[0-9]+.*' -print0 | xargs -0 -n 1 kcov --verify --exclude-pattern=/.cargo,/source/target/debug/build,/source/tests /source/target/kcov &&
find ./target/debug -maxdepth 1 -regex '\.\/target\/debug\/[a-z0-9_]*-[a-z0-9]+' -print0 | xargs -0 -n 1 kcov --verify --exclude-pattern=/.cargo,/source/target/debug/build,/source/tests /source/target/kcov &&
kcov --coveralls-id=${TRAVIS_JOB_ID} --merge ./target/kcov-merge ./target/kcov"

0 comments on commit 5d1da4a

Please sign in to comment.