Skip to content
Snippets Groups Projects
Verified Commit 094f2675 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Send test reports to GitLab

parent 64147fcb
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