Loading .gitignore +0 −4 Original line number Diff line number Diff line Loading @@ -54,10 +54,6 @@ module/UnicaenSignature ### Fichiers temporaires tmp/* !tmp/.gitkeep !tmp/.gitkeep !tmp/.gitkeep !tmp/.gitkeep !tmp/.gitkeep # Old socket/config.json Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -25,11 +25,11 @@ test: # On crée le dossier pour le rapport de test - mkdir -p tests/_output # Exécute les tests PHPUnit - ./vendor/bin/phpunit tests/ --colors=always --log-junit tests/_output/junit.xml - ./vendor/bin/phpunit tests/ --colors=always --log-junit tmp/junit.xml # Permet d'afficher le rapport de test artifacts: when: always expire_in: 1 week reports: junit: tests/_output/junit.xml No newline at end of file junit: tmp/junit.xml No newline at end of file Loading
.gitignore +0 −4 Original line number Diff line number Diff line Loading @@ -54,10 +54,6 @@ module/UnicaenSignature ### Fichiers temporaires tmp/* !tmp/.gitkeep !tmp/.gitkeep !tmp/.gitkeep !tmp/.gitkeep !tmp/.gitkeep # Old socket/config.json Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -25,11 +25,11 @@ test: # On crée le dossier pour le rapport de test - mkdir -p tests/_output # Exécute les tests PHPUnit - ./vendor/bin/phpunit tests/ --colors=always --log-junit tests/_output/junit.xml - ./vendor/bin/phpunit tests/ --colors=always --log-junit tmp/junit.xml # Permet d'afficher le rapport de test artifacts: when: always expire_in: 1 week reports: junit: tests/_output/junit.xml No newline at end of file junit: tmp/junit.xml No newline at end of file