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:
parent
bf55851376
commit
68f92969c1
@ -19,13 +19,17 @@ addons:
|
||||
- python3-setuptools
|
||||
- python3-wheel
|
||||
- ninja-build
|
||||
- lcov
|
||||
|
||||
before_install:
|
||||
- sudo pip3 install --system meson
|
||||
|
||||
before_script:
|
||||
- meson build
|
||||
- meson -Db_coverage=true build
|
||||
|
||||
script:
|
||||
- cd build
|
||||
- meson test
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
Loading…
Reference in New Issue
Block a user