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

Commit

Permalink
Fixed paths for coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-spiessens committed Nov 19, 2020
1 parent c6fc845 commit 82b6b91
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ matrix:
compiler:
- gcc

before_install:
- eval "${MATRIX_EVAL}"

install:
- sudo pip3 install --upgrade pip
- pip install --user cpp-coveralls conan
Expand All @@ -31,8 +28,8 @@ script:
- ./test_package/build/bin/FlowTest

after_success:
- gcov `find build/Debug/ -name *.o`
- coveralls -b build/Debug/ -e include/data.h
- gcov `find build/ -name *.o`
- coveralls -b build/ -e include/data.h

before_deploy:
- conan install . -if build/ -s build_type=Release
Expand All @@ -47,4 +44,4 @@ deploy:
key:
secure: hehkwLGYHaqWnULtRBfL05u9i9WDxP8zzFJa6xEFkL8Oq7TV5jS7I5pQfVkDyiHc5NoWPsVgOaFWvwoMzLY2lxU/5VSlIPzU4l2b6r+9k/bbxnSeErnoKa5ndzfxeS6UfqRpg4sRSIuivsCtzQen9eZ8oTT3eQfhkcAtaK8J8ykAAr/FLN6oWjlFVL8OoEu4mMuI1mpFe+JXQ6ArmKV8YVbiQyhDWn5Iz2uj7B+eclsXaEvhSEZnxrz0JzxCb+10ZVe4s0Z/qhWIznSupAbwS21blZIc2aIAGKiIbALgoT+PgG5W0sKwoMqhSOxVWvkvDyt1GG2PwtKjD23ZAu1kPZWT3Ke0L2T7LJ2pz1FYX6hGnZGXsHFMlev41yY67yE1LmTs7nFSjyJUcbKG6ev/WK8sbZwOgYFDNyAydl4wuoOzT/2UEVriJ7B72K0xU90UZ73HNKjYKbfS4u/hY1FN1UvT1+NoupyfzGeI/MZGYOVSBbyey3ESc0MOO590BUPdZQnoPZULEfYH28oCnYNiyndcQOag434qgK3xVvc4iCqlUBVXzruLITZNqPjcjMCCUtfCWL1preI5NsVqQXxKS7pgzn8kQpGmOrz8pERo6RzQqt0W+eT5IJUnErNyeGCI3aK8qAvU+m/JL1BuYYMG2vDBEsccw8s9aOlaIQ+I7ew=
on:
tags: true
tags: true

0 comments on commit 82b6b91

Please sign in to comment.