Currently SQLCover doesn't populate the filename field in its Cobertura report. Per the DTD, this is a required field.
Since many downstream tools that consume Cobertura will assume this field has a value, I think it is better to put something rather than nothing, to make a stronger attempt to adhere to the format and increase output ingestion compatibility.
There is also a 0.4 DTD available vs the 0.3 in use currently.
Currently SQLCover doesn't populate the
filenamefield in its Cobertura report. Per the DTD, this is a required field.Since many downstream tools that consume Cobertura will assume this field has a value, I think it is better to put something rather than nothing, to make a stronger attempt to adhere to the format and increase output ingestion compatibility.
There is also a 0.4 DTD available vs the 0.3 in use currently.