mirror of
https://github.com/friendica/friendica
synced 2025-12-15 11:16:58 +01:00
enable codecov
This commit is contained in:
parent
e3e3c1ef28
commit
c65d574ac3
4 changed files with 16 additions and 4 deletions
|
|
@ -131,7 +131,7 @@ function execute_tests {
|
|||
|
||||
COVER=''
|
||||
if [ -z "$NOCOVERAGE" ]; then
|
||||
COVER="--coverage-clover autotest-clover.xml --coverage-html coverage-html"
|
||||
COVER="--coverage-clover=tests/autotest-clover.xml --coverage-html=tests/coverage-html"
|
||||
else
|
||||
echo "No coverage"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue