pipefish package¶
Submodules¶
pipefish.version module¶
Contains the version for pipefish
Module contents¶
Utility functions for processing JUnit XML reports and Cobertura coverage XML reports into Markdown
-
pipefish.process_junit_xml(filepath)¶ Converts a JUnit XML file into a Markdown Report.
-
pipefish.process_cobertura_xml(filepath, minimum_coverage=None)¶ Converts a Cobertura Coverage XML file into a Markdown Report.
-
pipefish.get_coverage_from_cobertura_xml(filepath)¶ Reads just the coverage percentage from the Cobertura Coverage XML file.