Skip to content
Snippets Groups Projects
Commit fec43413 authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Merge branch 'test-report' into 'master'

Send test reports to GitLab

See merge request !1178
parents 64147fcb 094f2675
No related branches found
No related tags found
1 merge request!1178Send test reports to GitLab
......@@ -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
......
......@@ -499,6 +499,7 @@ try:
NOSE_ARGS = [
'--with-coverage',
'--cover-package=arkindex',
'--with-xunit',
]
except ImportError:
pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment