generate coverage

pull/2/head
Falk Werner 4 years ago
parent bf55851376
commit 68f92969c1

@ -19,13 +19,17 @@ addons:
- python3-setuptools - python3-setuptools
- python3-wheel - python3-wheel
- ninja-build - ninja-build
- lcov
before_install: before_install:
- sudo pip3 install --system meson - sudo pip3 install --system meson
before_script: before_script:
- meson build - meson -Db_coverage=true build
script: script:
- cd build - cd build
- meson test - meson test
after_success:
- bash <(curl -s https://codecov.io/bash)
Loading…
Cancel
Save