From 93c7b3e046b9444ac1ecd12b6266b9f0cd801fc3 Mon Sep 17 00:00:00 2001 From: rugk Date: Sun, 31 Jul 2016 22:34:27 +0200 Subject: [PATCH] Link to new coverage report(s) --- Development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Development.md b/Development.md index 2520ec7..a31f7c3 100644 --- a/Development.md +++ b/Development.md @@ -22,7 +22,7 @@ More details can be found in the [API documentation](https://zerobin.dssr.ch/doc ## Unit Tests -For unit tests of the php code the folder `tst/` can be used. Apart from helping to implement new features correctly it helps to keep regressions at bay. By default a code coverage report is generated after phpunit is run, the one of the latest release is [publicly available](https://zerobin.dssr.ch/coverage-report/). +For unit tests of the php code the folder `tst/` can be used. Apart from helping to implement new features correctly it helps to keep regressions at bay. By default a code coverage report is generated after phpunit is run, the one of the latest release is [publicly](https://codeclimate.com/github/PrivateBin/PrivateBin/coverage) [available](https://www.codacy.com/app/PrivateBin/PrivateBin/files). In order to run these tests, you will need the following packages and its dependencies: * phpunit