]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
travis: Exclude lex.l and parse.y from code coverage
authorTom Hromatka <tom.hromatka@oracle.com>
Mon, 26 Oct 2020 16:48:31 +0000 (10:48 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 28 Oct 2020 15:02:48 +0000 (15:02 +0000)
Exclude lex.l and parse.y from code coverage numbers.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
.travis.yml

index 495a4a41c9942fa031919fea6df8d51bbe1608b0..743f3ffd1ec43574c47629fd0d72adbc1b7de436 100644 (file)
@@ -60,4 +60,4 @@ after_failure:
   - cat tests/gunit/test-suite.log
 
 after_success:
-  - coveralls --exclude tests --exclude googletest --exclude samples --gcov-options '\-lp'
+  - coveralls --exclude tests --exclude googletest --exclude samples --exclude src/lex.l --exclude parse.y --gcov-options '\-lp'