Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Backend
Commits
fec43413
Commit
fec43413
authored
4 years ago
by
Bastien Abadie
Browse files
Options
Downloads
Plain Diff
Merge branch 'test-report' into 'master'
Send test reports to GitLab See merge request
!1178
parents
64147fcb
094f2675
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1178
Send test reports to GitLab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+6
-0
6 additions, 0 deletions
.gitlab-ci.yml
arkindex/project/settings.py
+1
-0
1 addition, 0 deletions
arkindex/project/settings.py
with
7 additions
and
0 deletions
.gitlab-ci.yml
+
6
−
0
View file @
fec43413
...
...
@@ -55,6 +55,12 @@ backend-tests:
-
name
:
postgis/postgis:12-3.0
alias
:
postgres
artifacts
:
when
:
always
reports
:
junit
:
-
nosetests.xml
script
:
-
python3 setup.py test
-
codecov
...
...
This diff is collapsed.
Click to expand it.
arkindex/project/settings.py
+
1
−
0
View file @
fec43413
...
...
@@ -499,6 +499,7 @@ try:
NOSE_ARGS
=
[
'
--with-coverage
'
,
'
--cover-package=arkindex
'
,
'
--with-xunit
'
,
]
except
ImportError
:
pass
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment