From 104a848ffcba2d50020c771f8482294745ac1213 Mon Sep 17 00:00:00 2001 From: aaa2000 Date: Mon, 9 Oct 2023 23:01:31 +0200 Subject: [PATCH 1/2] Doc: run tests with code coverage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69de3d7..6409aaa 100644 --- a/README.md +++ b/README.md @@ -231,5 +231,5 @@ If you prefer to use your own formatter, you will be able to read exceptions dir You can run the unit tests with the following command: ``` - php bin/atoum -d src/M6Web/Bundle/LogBridgeBundle/Tests/Units + XDEBUG_MODE=coverage php bin/atoum -d src/M6Web/Bundle/LogBridgeBundle/Tests/Units ``` From 1cb3e9e4274781223e8d53423b679e8cd02633dd Mon Sep 17 00:00:00 2001 From: aaa2000 Date: Tue, 10 Oct 2023 22:07:54 +0200 Subject: [PATCH 2/2] Update README.md to running tests Co-authored-by: Oliver THEBAULT --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6409aaa..9492772 100644 --- a/README.md +++ b/README.md @@ -231,5 +231,5 @@ If you prefer to use your own formatter, you will be able to read exceptions dir You can run the unit tests with the following command: ``` - XDEBUG_MODE=coverage php bin/atoum -d src/M6Web/Bundle/LogBridgeBundle/Tests/Units + make test ```