Skip to content

Commit

Permalink
try to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchicn committed Oct 12, 2020
1 parent 079fdcb commit baf4b29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
- script: |
sudo -E apt-get update
sudo -E apt-get install valgrind gcovr
pip install --user cpp-coveralls
displayName: "Install dependencies"
- checkout: self
lfs: true
Expand Down Expand Up @@ -36,6 +37,7 @@ jobs:
gcov source/runtest/CMakeFiles/runtest.dir/runtest.cpp.gcda
gcovr --root=../source/ .
cd ../
coveralls --exclude ./external/ --exclude ./build/CMakeFiles/ --exclude ./output/include/ --gcov-options '\-lp'
displayName: "Compile and Coverage"
- job: linux
Expand Down

0 comments on commit baf4b29

Please sign in to comment.