diff options
| author | jvoisin | 2017-12-28 18:17:41 +0100 |
|---|---|---|
| committer | jvoisin | 2017-12-28 18:17:41 +0100 |
| commit | 4358437e05c567da3226a5b7288de680d34fb523 (patch) | |
| tree | 7dcf8b1504bbb48fb87786989f6f346daff4a636 /Makefile | |
| parent | 9f5e8d12f05fb24c915a5266a1e908a75c8aed08 (diff) | |
Bump again the coverage
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -35,7 +35,7 @@ else | |||
| 35 | TEST_PHP_ARGS='-q' REPORT_EXIT_STATUS=1 make -C src test | 35 | TEST_PHP_ARGS='-q' REPORT_EXIT_STATUS=1 make -C src test |
| 36 | lcov --base-directory ./src --directory ./src -c -o ./src/COV.info --rc lcov_branch_coverage=1 | 36 | lcov --base-directory ./src --directory ./src -c -o ./src/COV.info --rc lcov_branch_coverage=1 |
| 37 | lcov --remove src/COV.info '/usr/*' --remove src/COV.info '*tweetnacl.c' -o src/COV.info --rc lcov_branch_coverage=1 | 37 | lcov --remove src/COV.info '/usr/*' --remove src/COV.info '*tweetnacl.c' -o src/COV.info --rc lcov_branch_coverage=1 |
| 38 | genhtml -o src/COV.html ./src/COV.info --branch-coverage | 38 | genhtml --show-details -o src/COV.html ./src/COV.info --branch-coverage |
| 39 | endif | 39 | endif |
| 40 | 40 | ||
| 41 | bench: joomla ## run the benchmark | 41 | bench: joomla ## run the benchmark |
