Name Description Size Coverage
convert_junit_to_markdown.py Parses a JUnit XML file and extracts test suite data. Args: file_path (str): Path to the JUnit XML file. Returns: list of dict: A list of dictionaries, each representing a test case. 10512 -
get-next-pr-version 4128 -
slack-notification-payload-generic.json 1193 -
slack-notification-payload-update-bitrise-steps.json 1275 -
uri_update.py This script updates the URI schemes in the iOS Swift file based on the latest CSV data from IANA. It fetches the CSV, parses it for permanent URI schemes, compares them with the existing ones in the Swift file, and updates the Swift file if there are new or removed URIs. Usage: python uri_update.py 6504 -