Skip to content
Snippets Groups Projects
Commit a96d16ec authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

remove html coverage generation

parent b135a4bf
1 merge request!19hotline #53376 number of unique through field
Pipeline #428 passed with stage
in 17 seconds
#!/bin/sh
COVERAGE_DIR="coverage/$(basename "$PWD")/${CI_BUILD_REF_NAME}"
git submodule init
git submodule update
phpunit -c tests/phpunit.xml --coverage-text=coverage.txt --coverage-html="../${COVERAGE_DIR}"
echo "</pre>"
echo "<a href='/${COVERAGE_DIR}'>Code coverage</a>"
echo "<pre>"
phpunit -c tests/phpunit.xml --coverage-text=coverage.txt
cat coverage.txt
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment