Set success-url on coverage jobs to cover/

We fetch the coverage reports into the cover directory on logs. The
coverage report is the main thing you want to look at from a coverage
job. Set the url to that.

Change-Id: I387f01557afc36fd621197e2a97500ef44d7aace
This commit is contained in:
Monty Taylor 2017-10-21 13:14:42 +02:00
parent ec5347287f
commit a431d766c2
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -315,6 +315,7 @@
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
success-url: cover/
vars:
tox_constraints_file: "{{ ansible_user_dir }}/src/git.openstack.org/openstack/requirements/upper-constraints.txt"