Closed Lipata closed 9 years ago
I've added such a functionality - by setting the reportOnFail property to true. Тhis should be available in a version higher than 0.4.5.
qunit: {
options: {
coverage: {
reportOnFail: true,
}
}
}
I don't know if this is the default behavior or can be configured, but when some of the tests fails, then the coverage reports are not generated.
Thanks in advance!