Projet

Général

Profil

0003-Jenkinsfile-adapt-coverage-publishing-stage-to-new-t.patch

Paul Marillonnet, 19 juillet 2022 12:26

Télécharger (2,13 ko)

Voir les différences:

Subject: [PATCH 3/3] Jenkinsfile: adapt coverage publishing stage to new test
 envs (#64289)

 Jenkinsfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
Jenkinsfile
14 14
                        utils = new Utils()
15 15
                        utils.publish_coverage('coverage-*.xml')
16 16
                        utils.publish_coverage_native(
17
                            'index.html', 'htmlcov-py3-django22-coverage-authentic', 'Coverage authentic tests')
17
                            'index.html', 'htmlcov-py3-django22-drf312-coverage-authentic', 'Coverage authentic tests')
18 18
                        utils.publish_coverage_native(
19
                            'index.html', 'htmlcov-py3-django22-coverage-hobo', 'Coverage hobo tests')
19
                            'index.html', 'htmlcov-py3-django22-drf312-coverage-hobo', 'Coverage hobo tests')
20 20
                        utils.publish_coverage_native(
21
                            'index.html', 'htmlcov-py3-django22-coverage-multipublik', 'Coverage multipublik tests')
21
                            'index.html', 'htmlcov-py3-django22-drf312-coverage-multipublik', 'Coverage multipublik tests')
22 22
                        utils.publish_coverage_native(
23
                            'index.html', 'htmlcov-py3-django22-coverage-multitenant', 'Coverage multitenant tests')
23
                            'index.html', 'htmlcov-py3-django22-drf312-coverage-multitenant', 'Coverage multitenant tests')
24 24
                        utils.publish_coverage_native(
25
                            'index.html', 'htmlcov-py3-django22-coverage-passerelle', 'Coverage passerelle tests')
25
                            'index.html', 'htmlcov-py3-django22-drf312-coverage-passerelle', 'Coverage passerelle tests')
26 26
                        utils.publish_pylint('pylint.out')
27 27
                    }
28 28
                    mergeJunitResults()
29
-