diff --git a/README.md b/README.md index 6ccdd5687c22ffe227145ac7ff2da9fa730d2b15..a804bcaf4e0b2eb5a9ee77aa337dfdd7a5df257c 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 1fec5c8ec7f283f7365e411280ba42aabf855ec6..29e0ec4aeb1d6ca57987f2f16f22e0343fbc62e8 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>