weblate/ci/report-coverage
Michal Čihař 21cade31a7 Run reporting verbosely
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-11-23 09:20:54 +01:00

10 lines
99 B
Bash
Executable file
Vendored

#!/bin/sh
set -x
# CodeCov
codecov
# Codacy
coverage xml
python-codacy-coverage -r coverage.xml