SlatherOrg / slather

Generate test coverage reports for Xcode projects & hook it into CI.
MIT License
1.55k stars 236 forks source link

Fix #558 404 dtd url #564

Closed jarrodlombardo-EventBase closed 2 months ago

jarrodlombardo-EventBase commented 3 months ago

https://cobertura.sourceforge.net/xml/coverage-04.dtd 404s, so any tool that tries to actually validate the xml with the dtd will fail. https://raw.githubusercontent.com/cobertura/cobertura/master/cobertura/src/site/htdocs/xml/coverage-04.dtd is the file that used to be published to SourceForge but still exists.

Output cobertura.xml validate now with the new url.

jarrodlombardo-EventBase commented 3 months ago

Fix #558

jarrodlombardo commented 2 months ago

This also fixes #566

jarrodlombardo-EventBase commented 2 months ago

@ksuther Please look this over and release it as 2.8.3 if you approve.

ksuther commented 2 months ago

Released in 2.8.3, thanks!