Skip to content
Snippets Groups Projects
Commit 0edc879e authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Add customized coveralls call

parent 68a9c8dc
Branches
Tags
No related merge requests found
......@@ -10,4 +10,4 @@ before_script:
script:
- ./configure --enable-code-coverage && make && make -k check
after_success:
- coveralls --exclude-pattern '.*/tests/.*' --verbose
- coveralls --exclude zscanner/ --exclude tests/ --exclude src/cf-lex.l --exclude src/cf-parse.y --exclude src/scanner_body.rl --exclude src/scanner.c --exclude src/functions.c --exclude src/loader.c --exclude src/error.c --exclude src/scanner.rl --exclude src/allocator.h --build-root ./src/
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment