Skip to content

Commit

Permalink
Collect llvm-cov coverage reports as artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Feb 27, 2017
1 parent 9ecb96e commit 793ea42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Expand Up @@ -32,4 +32,5 @@ deployment:
branch: [develop, master]
commands:
- bash <(curl -s https://raw.githubusercontent.com/0xced/codecov-bash/ab6bec11466248315260cda9c2d7d77b6e2c03b0/codecov) -J XCDYouTubeKit -X coveragepy -X gcov
- rsync -a *.coverage.txt "${CIRCLE_ARTIFACTS}/coverage/"
- sudo pip install cpp-coveralls && coveralls --include XCDYouTubeKit

0 comments on commit 793ea42

Please sign in to comment.