mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-27 13:31:02 +08:00
.travis.yml: exclude downloaded protobuf sources from coveralls report
This commit is contained in:
parent
ce6cc2350f
commit
0a29317348
@ -26,4 +26,4 @@ script:
|
||||
- if [ "$CC" = "gcc" ]; then ./configure --enable-code-coverage && make -j2 && make check; fi
|
||||
|
||||
after_success:
|
||||
- if [ "$CC" = "gcc" ]; then cpp-coveralls --build-root . --exclude t/ --exclude /usr/include; fi
|
||||
- if [ "$CC" = "gcc" ]; then cpp-coveralls --build-root . --exclude t/ --exclude /usr/include --exclude protobuf-$PROTOBUF_VERSION; fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user