Showing 1 of 1 files from the diff.
@@ -39,7 +39,7 @@
Loading
39 | 39 | if [ "$field_fail" ]; then |
|
40 | 40 | xmlattrs _attrs "message=$field_message" |
|
41 | 41 | _text="$field_failure_message${LF}# $field_specfile:$field_lineno" |
|
42 | - | xmlescape _text "$_text" |
|
42 | + | xmlcdata _text "$_text" |
|
43 | 43 | junit '=' "${LF} <failure $_attrs>$_text</failure>" |
|
44 | 44 | else |
|
45 | 45 | case $field_tag in (skip | pending) |
Files | Coverage |
---|---|
lib | 79.61% |
libexec | 20.93% |
install.sh | 53.10% |
shellspec | 0.00% |
Project Totals (99 files) | 66.17% |
883.6
TRAVIS_OS_NAME=osx
884.6
TRAVIS_OS_NAME=osx
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.