mirror of https://github.com/odrling/Aegisub
Don't exclude tests dir from coverage information
This commit is contained in:
parent
830b54ec69
commit
9befa29707
|
@ -33,7 +33,7 @@ script:
|
||||||
- autoreconf -if
|
- autoreconf -if
|
||||||
- ./configure BOOST_LDFLAGS="-L$(pwd)/vendor/boost/stage/lib" --enable-debug || cat config.log
|
- ./configure BOOST_LDFLAGS="-L$(pwd)/vendor/boost/stage/lib" --enable-debug || cat config.log
|
||||||
- make -j3 all test
|
- make -j3 all test
|
||||||
- coveralls --exclude vendor --exclude tests --exclude src --exclude build --exclude tools
|
- coveralls --exclude vendor --exclude src --exclude build --exclude tools
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
- on_success: change
|
- on_success: change
|
||||||
|
|
Loading…
Reference in New Issue