Commit 9e935ae7 authored by Vasil Velichkov's avatar Vasil Velichkov Committed by Lev Walkin

Send code coverage reports to coveralls.io

See https://github.com/eddyxu/cpp-coveralls
parent d82f77b2
...@@ -2,9 +2,14 @@ language: c ...@@ -2,9 +2,14 @@ language: c
compiler: compiler:
- gcc - gcc
- clang - clang
before_install:
- sudo apt-get install -y lcov
- gem install coveralls-lcov
script: script:
- autoreconf -iv - autoreconf -iv
- ./configure --enable-Werror - ./configure --enable-Werror --enable-code-coverage
- make -j8 - make -j8
- make check - make check
- make distcheck - make distcheck
after_success:
- test "x$CC" = "xgcc" && make code-coverage-capture && coveralls-lcov asn1c-*-coverage.info
Markdown is supported
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