You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked the source code vialations_reporter.py, there is only way to check the type of xml
ifxml_document.findall(".[@clover]"):
# see etc/schema/clover.xsd at https://bitbucket.org/atlassian/clover/srcline_nodes=self.get_src_path_line_nodes_clover(
xml_document, src_path
)
_number="num"_hits="count"
files = [
file_tree
for file_tree in xml_document.findall(".//file")
if GitPathTool.relative_path(file_tree.get("path")) == src_path
]
I used phpunit to generate clover report, Unfortunately there is no string "clover"........ and element file has not attribute "path="
I checked the source code vialations_reporter.py, there is only way to check the type of xml
I used phpunit to generate clover report, Unfortunately there is no string
"clover"
........ and element file has not attribute"path="
If there is an approach to increase robustness, such as add multiple judgments to check the file type?
Thank you
The text was updated successfully, but these errors were encountered: