Files
edx-platform/scripts/jenkins-report.sh
2015-05-06 11:31:50 -04:00

13 lines
325 B
Bash
Executable File

#!/usr/bin/env bash
source scripts/jenkins-common.sh
# Combine the data files that were generated using -p
paver combine_jenkins_coverage
# Get the diff coverage and html reports for unit tests
paver coverage
# JUnit test reporter will fail the build
# if it thinks test results are old
touch `find . -name *.xml` || true