From 9f9fe92db24a563dc44b2e1b860919c46475caae Mon Sep 17 00:00:00 2001 From: Dipak Acharya Date: Wed, 19 Dec 2018 16:05:39 +0545 Subject: [PATCH] Add codecoverage in drone --- .drone.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 64d1ed347d1..af5f16830da 100644 --- a/.drone.yml +++ b/.drone.yml @@ -186,6 +186,7 @@ matrix: DB_NAME: owncloud NEED_CORE: true NEED_INSTALL_APP: true + COVERAGE: true - PHP_VERSION: 7.2 OC_VERSION: daily-stable10-qa diff --git a/README.md b/README.md index 1da4fea6118..8cb9efb6975 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ firstrunwizard A first run wizard that explains the usage of ownCloud to new users -[![Build Status](https://drone.owncloud.com/api/badges/owncloud/firstrunwizard/status.svg?branch=master)](https://drone.owncloud.com/owncloud/firstrunwizard) +[![Build Status](https://drone.owncloud.com/api/badges/owncloud/firstrunwizard/status.svg?branch=master)](https://drone.owncloud.com/owncloud/firstrunwizard) [![codecov](https://codecov.io/gh/owncloud/firstrunwizard/branch/master/graph/badge.svg)](https://codecov.io/gh/owncloud/firstrunwizard)