We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 402278a commit 5f56429Copy full SHA for 5f56429
.travis.yml
@@ -11,7 +11,7 @@ before_install:
11
- sudo pip install cpp-coveralls --use-mirrors
12
13
script:
14
- - qmake CONFIG+=debug QMAKE_CXXFLAGS+="-fprofile-arcs -ftest-coverage" QMAKE_LFLAGS+="-fprofile-arcs -ftest-coverage"
+ - qmake CONFIG+=debug QMAKE_CXXFLAGS+="--coverage" QMAKE_LFLAGS+="--coverage"
15
- make
16
- export DISPLAY=:99.0
17
- sh -e /etc/init.d/xvfb start
@@ -20,4 +20,4 @@ script:
20
- ./copyq tests
21
22
after_success:
23
- - coveralls --exclude tests --exclude qxt --exclude src/platform --exclude src/tests
+ - coveralls -e qxt -e src/platform -e src/tests -e /usr -e plugins/itemfakevim/fakevim -E '.*/moc_.*'
0 commit comments