mirror of
https://github.com/friendica/friendica
synced 2026-01-13 15:48:39 +01:00
Improve performance
- Add caching - Remove HTML report
This commit is contained in:
parent
98de833d88
commit
cc215524da
2 changed files with 60 additions and 30 deletions
|
|
@ -187,7 +187,7 @@ function execute_tests {
|
|||
|
||||
COVER=''
|
||||
if [ -z "$NOCOVERAGE" ]; then
|
||||
COVER="--coverage-clover tests/autotest-clover.xml --coverage-html tests/coverage-html"
|
||||
COVER="--coverage-clover tests/autotest-clover.xml"
|
||||
else
|
||||
echo "No coverage"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue