From 22dff4cb8458a322e6592570dcedc84a21744443 Mon Sep 17 00:00:00 2001 From: lganee <ludovic.ganee@libriciel.coop> Date: Tue, 5 Nov 2024 14:57:16 +0100 Subject: [PATCH] update readme --- README.md | 14 ++++++-------- phpunit.xml.dist | 3 +++ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6ccdd5687..a804bcaf4 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,15 @@ [](https://www.gnu.org/licenses/agpl-3.0.txt) [](https://gitlab.libriciel.fr/libriciel/pole-archivage/asalae/asalae-core/pipelines/latest) -[](https://asalae-master.dev.libriciel.eu/coverage/asalae-core/index.html) +[](https://asalae-master.dev.libriciel.net/coverage/asalae-core/index.html) ## Dépendence de -| Projet | Build | Coverage | -|--------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [asalae2](https://gitlab.libriciel.fr/libriciel/pole-archivage/asalae/asalae2) | [](https://gitlab.libriciel.fr/Archivage/asalae/asalae2/pipelines/latest) | [](https://asalae-master.dev.libriciel.eu/coverage/asalae2/index.html) | -| [versae](https://gitlab.libriciel.fr/libriciel/pole-archivage/versae/versae) | [](https://gitlab.libriciel.fr/Archivage/versae/versae/pipelines/latest) | [](https://versae-master.dev.libriciel.eu/coverage/versae/index.html) | -| [refae](https://gitlab.libriciel.fr/libriciel/pole-archivage/refae/refae) | [](https://gitlab.libriciel.fr/Archivage/refae/refae/pipelines/latest) | [](https://refae-master.dev.libriciel.eu/coverage/versae/index.html) | +| Projet | Build | Coverage | +|-------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| [asalae2](https://gitlab.libriciel.fr/libriciel/pole-archivage/asalae/asalae) | [](https://gitlab.libriciel.fr/libriciel/pole-archivage/asalae/asalae/pipelines/latest) | [](https://asalae-master.dev.libriciel.net/coverage/asalae2/index.html) | +| [versae](https://gitlab.libriciel.fr/libriciel/pole-archivage/versae/versae) | [](https://gitlab.libriciel.fr/libriciel/pole-archivage/versae/versae/pipelines/latest) | [](https://versae-master.dev.libriciel.net/coverage/versae/index.html) | +| [refae](https://gitlab.libriciel.fr/libriciel/pole-archivage/refae/refae) | [](https://gitlab.libriciel.fr/libriciel/pole-archivage/refae/refae/pipelines/latest) | [](https://refae-master.dev.libriciel.net/coverage/refae/index.html) | ## Description @@ -21,7 +21,5 @@ Afin d'être utilisé dans d'autres projets, le code d'asalae est copié ici. ## Installation ```bash -composer config repositories.libriciel/asalae-core -git https://gitlab.libriciel.fr/libriciel/pole-archivage/asalae/asalae-core.git composer require libriciel/asalae-core ``` diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 1fec5c8ec..29e0ec4ae 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -12,6 +12,9 @@ <include> <directory suffix=".php">./src/</directory> </include> + <exclude> + <directory>./src/MinkSuite</directory> + </exclude> </coverage> <testsuites> -- GitLab