1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2024-11-25 14:06:08 -05:00

ci: upload code coverage

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2019-03-21 22:14:53 +00:00
parent a2cc81c572
commit e267b9178e
No known key found for this signature in database
GPG key ID: 37C999F617EA1A47

View file

@ -43,7 +43,7 @@ jobs:
executor: e
steps:
- build:
build-config: -Dbuild_docs=true
build-config: -Dbuild_docs=true -Db_coverage=true
- persist_to_workspace:
root: .
paths:
@ -56,6 +56,10 @@ jobs:
- run:
name: test
command: ninja -vC /tmp/workspace/build test
- run:
name: upload coverage
command: bash <(curl -s https://codecov.io/bash)
minimal:
executor: e
steps: