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
3b6e2f4a
Commit
3b6e2f4a
authored
Jan 17, 2020
by
Guilhem Saurel
Browse files
doc-coverage: 18.04
parent
8c176925
Pipeline
#8049
passed with stage
in 2 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/models.py
View file @
3b6e2f4a
...
...
@@ -373,7 +373,7 @@ class Project(Links, NamedModel, TimeStampedModel):
return
settings
.
PUBLIC_REGISTRY
if
self
.
public
else
settings
.
PRIVATE_REGISTRY
def
doc_coverage_image
(
self
):
images
=
Image
.
objects
.
filter
(
robotpkg__project
=
self
,
py3
=
False
,
target__name
=
'1
6
.04'
)
images
=
Image
.
objects
.
filter
(
robotpkg__project
=
self
,
py3
=
False
,
target__name
=
'1
8
.04'
)
return
images
.
order_by
(
Length
(
'robotpkg__name'
).
desc
()).
first
()
def
print_deps
(
self
):
...
...
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