From ce239f7a9b8ac13ed40fde6252460d2a476b711f Mon Sep 17 00:00:00 2001 From: BONNEVILLE Geoffroy Date: Thu, 8 Nov 2018 15:26:54 +0100 Subject: [PATCH] Added branch to sonar properties --- README.md | 4 ++-- app/build.gradle | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac73da0..7907d9f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -** DoNext ** +# DoNext [![Build status](https://geogeob.visualstudio.com/DoNext/_apis/build/status/DoNext-Android)](https://geogeob.visualstudio.com/DoNext/_build/latest?definitionId=3) -https://sonarcloud.io/api/project_badges/measure?project=wismna_DoNext&metric=alert_status +[Code Analysis](https://sonarcloud.io/api/project_badges/measure?project=wismna_DoNext&metric=alert_status) DoNext is an innovative task application. You can create and arrange task lists, create, edit and delete tasks... diff --git a/app/build.gradle b/app/build.gradle index fa711f4..f8a0872 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,6 +25,7 @@ sonarqube { property 'sonar.login', '#{sonar.login}' property 'sonar.organization', '#{sonar.organization}' property 'sonar.projectKey', '#{sonar.projectkey}' + property 'sonar.branch', 'master' } }