Skip to content

Commit

Permalink
update cobertura DTD to a working URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodlombardo-EventBase committed Jun 25, 2024
1 parent 3dbd1d9 commit 7487d68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## Unreleased

* update cobertura DTD to a working URL.
[jarrodlombardo-EventBase](https://github.com/jarrodlombardo-EventBase)

## v2.8.2

* coverage_info.include_files? needs a default true return value for when source_files is empty.
Expand Down
2 changes: 1 addition & 1 deletion lib/slather/coverage_service/cobertura_xml_output.rb
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def create_empty_xml_report
xml.doc.create_internal_subset(
'coverage',
nil,
"https://cobertura.sourceforge.net/xml/coverage-04.dtd"
"https://raw.githubusercontent.com/cobertura/cobertura/master/cobertura/src/site/htdocs/xml/coverage-04.dtd"
)
xml.coverage do
xml.sources do
Expand Down

0 comments on commit 7487d68

Please sign in to comment.