Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
278fb50d
Commit
278fb50d
authored
Oct 15, 2020
by
Guilhem Saurel
Browse files
drop travis badge
parent
61334fca
Pipeline
#11682
failed with stage
in 3 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/models.py
View file @
278fb50d
...
...
@@ -442,8 +442,8 @@ class Project(Links, NamedModel, TimeStampedModel):
f
'
{
self
.
url_gitlab
()
}
/badges/master/coverage.svg?job=doc-coverage"'
,
'Coverage Report'
)
def
badges
(
self
):
travis
=
self
.
badge_travis
()
if
self
.
public
else
mark_safe
(
''
)
return
travis
+
self
.
badge_gitlab
()
+
self
.
badge_coverage
()
#
travis = self.badge_travis() if self.public else mark_safe('')
return
self
.
badge_gitlab
()
+
self
.
badge_coverage
()
def
cron
(
self
):
""" generate a cron-style interval description to run CI monthly on master """
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment