Skip to content

Commit

Permalink
refs #84 #85 Автоматический сбор информации о покрытии кода тестами
Browse files Browse the repository at this point in the history
  • Loading branch information
izvolov committed Jul 3, 2019
1 parent 96a637f commit 088cfb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -35,11 +35,14 @@ language: cpp
install:
- sudo apt update
- sudo apt install --yes gcovr libboost-program-options-dev libboost-test-dev
- pip install --user cpp-coveralls
script:
- mkdir Build
- cd Build
- cmake .. -DCMAKE_BUILD_TYPE=Debug -DBURST_ENABLE_COVERAGE=YES
- cmake --build . --target coverage
after_success:
- coveralls --root .. --include include

matrix:
include:
Expand Down

0 comments on commit 088cfb7

Please sign in to comment.