Skip to content

Commit

Permalink
Fix issue rix0rrr#12
Browse files Browse the repository at this point in the history
  • Loading branch information
nbauma109 authored Mar 30, 2024
1 parent 3f78052 commit 7797985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cover2cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def jacoco2cobertura(filename, source_roots):
into = ET.Element('coverage')
convert_root(root, into, source_roots)
print('<?xml version="1.0" ?>')
print(ET.tostring(into))
print(ET.tostring(into, encoding='unicode'))

if __name__ == '__main__':
if len(sys.argv) < 2:
Expand Down

0 comments on commit 7797985

Please sign in to comment.