diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-08-24 19:26:27 +0200 |
---|---|---|
committer | Janos Gyerik <janos.gyerik@sonarsource.com> | 2017-09-12 11:34:52 +0200 |
commit | 798fe14660d8be551cbec08066f47969263d8517 (patch) | |
tree | ef197126d2ebcb847bb33e85ba0c3bbca8893671 /sonar-ws | |
parent | 018423d4751bf1f508433127bc7271f72232e406 (diff) | |
download | sonarqube-798fe14660d8be551cbec08066f47969263d8517.tar.gz sonarqube-798fe14660d8be551cbec08066f47969263d8517.zip |
SONAR-9616 Handle branch in api/tests/covered_file
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-tests.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-tests.proto b/sonar-ws/src/main/protobuf/ws-tests.proto index 7f98ff6aa13..5138b369cdd 100644 --- a/sonar-ws/src/main/protobuf/ws-tests.proto +++ b/sonar-ws/src/main/protobuf/ws-tests.proto @@ -41,6 +41,7 @@ message CoveredFilesResponse { optional string key = 2; optional string longName = 3; optional int32 coveredLines = 4; + optional string branch = 5; } } |