@@ -422,6 +422,7 @@ services:
422
422
- ${LOCAL_SRC}:${REMOTE_SRC}
423
423
- totara-data:${REMOTE_DATA}
424
424
- ./php/includes:/var/www/totara/includes
425
+ - coverage-report:/var/www/totara/coverage-report
425
426
- bash-history:/root/.bash_history
426
427
- zsh-history:/root/.zsh_history
427
428
- ./shell:/root/custom_shell
@@ -448,6 +449,7 @@ services:
448
449
- ${LOCAL_SRC}:${REMOTE_SRC}
449
450
- totara-data:${REMOTE_DATA}
450
451
- ./php/includes:/var/www/totara/includes
452
+ - coverage-report:/var/www/totara/coverage-report
451
453
- bash-history:/root/.bash_history
452
454
- zsh-history:/root/.zsh_history
453
455
- ./shell:/root/custom_shell
@@ -483,6 +485,7 @@ services:
483
485
- ${LOCAL_SRC}:${REMOTE_SRC}
484
486
- totara-data:${REMOTE_DATA}
485
487
- ./php/includes:/var/www/totara/includes
488
+ - coverage-report:/var/www/totara/coverage-report
486
489
- bash-history:/root/.bash_history
487
490
- zsh-history:/root/.zsh_history
488
491
- ./shell:/root/custom_shell
@@ -509,6 +512,7 @@ services:
509
512
- ${LOCAL_SRC}:${REMOTE_SRC}
510
513
- totara-data:${REMOTE_DATA}
511
514
- ./php/includes:/var/www/totara/includes
515
+ - coverage-report:/var/www/totara/coverage-report
512
516
- bash-history:/root/.bash_history
513
517
- zsh-history:/root/.zsh_history
514
518
- ./shell:/root/custom_shell
@@ -543,6 +547,7 @@ services:
543
547
- ${LOCAL_SRC}:${REMOTE_SRC}
544
548
- totara-data:${REMOTE_DATA}
545
549
- ./php/includes:/var/www/totara/includes
550
+ - coverage-report:/var/www/totara/coverage-report
546
551
- bash-history:/root/.bash_history
547
552
- zsh-history:/root/.zsh_history
548
553
- ./shell:/root/custom_shell
@@ -569,6 +574,7 @@ services:
569
574
- ${LOCAL_SRC}:${REMOTE_SRC}
570
575
- totara-data:${REMOTE_DATA}
571
576
- ./php/includes:/var/www/totara/includes
577
+ - coverage-report:/var/www/totara/coverage-report
572
578
- bash-history:/root/.bash_history
573
579
- zsh-history:/root/.zsh_history
574
580
- ./shell:/root/custom_shell
@@ -601,6 +607,7 @@ services:
601
607
- ${LOCAL_SRC}:${REMOTE_SRC}
602
608
- totara-data:${REMOTE_DATA}
603
609
- ./php/includes:/var/www/totara/includes
610
+ - coverage-report:/var/www/totara/coverage-report
604
611
- bash-history:/root/.bash_history
605
612
- zsh-history:/root/.zsh_history
606
613
- ./shell:/root/custom_shell
@@ -639,6 +646,7 @@ services:
639
646
- ${LOCAL_SRC}:${REMOTE_SRC}
640
647
- totara-data:${REMOTE_DATA}
641
648
- ./php/includes:/var/www/totara/includes
649
+ - coverage-report:/var/www/totara/coverage-report
642
650
- bash-history:/root/.bash_history
643
651
- zsh-history:/root/.zsh_history
644
652
- ./shell:/root/custom_shell
@@ -659,6 +667,7 @@ services:
659
667
- ${LOCAL_SRC}:${REMOTE_SRC}
660
668
- totara-data:${REMOTE_DATA}
661
669
- ./php/includes:/var/www/totara/includes
670
+ - coverage-report:/var/www/totara/coverage-report
662
671
- bash-history:/root/.bash_history
663
672
- zsh-history:/root/.zsh_history
664
673
- ./shell:/root/custom_shell
@@ -697,6 +706,7 @@ services:
697
706
- ${LOCAL_SRC}:${REMOTE_SRC}
698
707
- totara-data:${REMOTE_DATA}
699
708
- ./php/includes:/var/www/totara/includes
709
+ - coverage-report:/var/www/totara/coverage-report
700
710
- bash-history:/root/.bash_history
701
711
- zsh-history:/root/.zsh_history
702
712
- ./shell:/root/custom_shell
@@ -717,6 +727,7 @@ services:
717
727
- ${LOCAL_SRC}:${REMOTE_SRC}
718
728
- totara-data:${REMOTE_DATA}
719
729
- ./php/includes:/var/www/totara/includes
730
+ - coverage-report:/var/www/totara/coverage-report
720
731
- bash-history:/root/.bash_history
721
732
- zsh-history:/root/.zsh_history
722
733
- ./shell:/root/custom_shell
@@ -755,6 +766,7 @@ services:
755
766
- ${LOCAL_SRC}:${REMOTE_SRC}
756
767
- totara-data:${REMOTE_DATA}
757
768
- ./php/includes:/var/www/totara/includes
769
+ - coverage-report:/var/www/totara/coverage-report
758
770
- bash-history:/root/.bash_history
759
771
- zsh-history:/root/.zsh_history
760
772
- ./shell:/root/custom_shell
@@ -775,6 +787,7 @@ services:
775
787
- ${LOCAL_SRC}:${REMOTE_SRC}
776
788
- totara-data:${REMOTE_DATA}
777
789
- ./php/includes:/var/www/totara/includes
790
+ - coverage-report:/var/www/totara/coverage-report
778
791
- bash-history:/root/.bash_history
779
792
- zsh-history:/root/.zsh_history
780
793
- ./shell:/root/custom_shell
@@ -811,6 +824,7 @@ services:
811
824
- ${LOCAL_SRC}:${REMOTE_SRC}
812
825
- totara-data:${REMOTE_DATA}
813
826
- ./php/includes:/var/www/totara/includes
827
+ - coverage-report:/var/www/totara/coverage-report
814
828
- bash-history:/root/.bash_history
815
829
- zsh-history:/root/.zsh_history
816
830
- ./shell:/root/custom_shell
@@ -819,5 +833,6 @@ services:
819
833
820
834
volumes :
821
835
totara-data :
836
+ coverage-report :
822
837
bash-history :
823
838
zsh-history :
0 commit comments