build: exclude _build/ from coverage
commit94a02d0d002121b8faea70e26e4ec3bbfba5d48e
authorNicola Fontana <ntd@entidi.it>
Wed, 11 Feb 2015 13:17:30 +0000 (11 14:17 +0100)
committerNicola Fontana <ntd@entidi.it>
Wed, 11 Feb 2015 13:17:30 +0000 (11 14:17 +0100)
tree2a45bc565b525553fd59e16c434b7b03bf77a28c
parent012f9f39e129ee731e07701c4308afcd79b0c9d3
build: exclude _build/ from coverage

Instead of excluding single built files, exclude the whole _build
directory. This incidentally removes a bug: the built files were
excluded from srcdir instead of builddir.
.travis.yml