Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-08-12 16:26:55 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-08-15 15:39:46 +0300
commitb13e1d795a06499d0264b1103108057a7862826f (patch)
treee74d216561e05eeacb2069ade71b8f56ba32c897 /lib/gitlab/badge
parent0c81279ea2da8751c58d211d9eb857d227f4318d (diff)
Add small corrections to test coverage report badge
Diffstat (limited to 'lib/gitlab/badge')
-rw-r--r--lib/gitlab/badge/coverage/template.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gitlab/badge/coverage/template.rb b/lib/gitlab/badge/coverage/template.rb
index 49a10d3e8e1..06e0d084e9f 100644
--- a/lib/gitlab/badge/coverage/template.rb
+++ b/lib/gitlab/badge/coverage/template.rb
@@ -9,7 +9,7 @@ module Gitlab
class Template < Badge::Template
STATUS_COLOR = {
good: '#4c1',
- acceptable: '#b0c',
+ acceptable: '#a3c51c',
medium: '#dfb317',
low: '#e05d44',
unknown: '#9f9f9f'
@@ -33,7 +33,7 @@ module Gitlab
end
def value_width
- @status ? 32 : 58
+ @status ? 36 : 58
end
def value_color