timurstrekalov / saga

Better code coverage tool for JavaScript.
http://timurstrekalov.github.com/saga/
Other
87 stars 25 forks source link

When producing Cobertura reports, use ${basedir} as the default source code directory #108

Closed sieverssj closed 11 years ago

sieverssj commented 11 years ago

Instead of forcing Saga consumers to set the source code directory in their poms, this commit would allow them to omit it, so long as their source code is off of the base directory of the given project.

This source directory will be what is used to generate the section of the cobertura report.

timurstrekalov commented 11 years ago

:+1: