From: SourceForge.net <no...@so...> - 2010-02-01 10:37:50
|
Feature Requests item #2943673, was opened at 2010-02-01 10:37 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=720018&aid=2943673&group_id=130558 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Allow cobertura data file to be set from environment variabl Initial Comment: Currently, the Cobertura data file (cobertura.ser) used by an instrumented program is specified in a Java system property, a properties file in a particular location or with the default value "cobertura.ser" in the current directory. In order to increase flexibility and allow project test coverage to be measured in a non-intrusive way, without modifying an existing build and test system, it would be nice to also check the environment variable COBERTURA_DATAFILE before falling back to the default. A patch that implements this is attached. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=720018&aid=2943673&group_id=130558 |