blob: 94e91987efe087be0b7ed7e33226c7ab098db622 [file] [log] [blame]
- hosts: all
roles:
- ensure-pycobertura
- prepare-previous-src
- name: download-coverage
vars:
job_name: '{{ coverage_job_name_previous }}'
coverage_destination: '{{ ansible_user_dir }}/coverage-previous.xml'
- name: download-coverage
vars:
job_name: '{{ coverage_job_name_current }}'
coverage_destination: '{{ ansible_user_dir }}/coverage-current.xml'