1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-10-27 20:44:10 +00:00

generate coverage

This commit is contained in:
Falk Werner 2020-06-15 22:55:46 +02:00
parent bf55851376
commit 68f92969c1

View File

@ -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)