report.html

Report generated on 10-Nov-2023 at 20:37:54 by pytest-html v3.2.0

Summary

115 tests ran in 1.96 seconds.

115 passed, 12 skipped, 0 failed, 0 errors, 0 expected failures, 0 unexpected passes

Results

Result Test Duration Links
Skipped genbadge/tests/test_readme_common.py::test_any_command[tests-default-verbose=False-silent=False-outstream=True] 0.00
('/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/test_readme_common.py', 352, 'Skipped: this test does not make sense')
Skipped genbadge/tests/test_readme_common.py::test_any_command[tests-default-verbose=False-silent=True-outstream=True] 0.00
('/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/test_readme_common.py', 352, 'Skipped: this test does not make sense')
Skipped genbadge/tests/test_readme_common.py::test_any_command[tests-default-verbose=True-silent=False-outstream=True] 0.00
('/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/test_readme_common.py', 352, 'Skipped: this test does not make sense')
Skipped genbadge/tests/test_readme_common.py::test_any_command[tests-default-verbose=True-silent=True-outstream=True] 0.00
('/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/test_readme_common.py', 352, 'Skipped: this test does not make sense')
Skipped genbadge/tests/test_readme_common.py::test_any_command[coverage-default-verbose=False-silent=False-outstream=True] 0.00
('/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/test_readme_common.py', 352, 'Skipped: this test does not make sense')
Skipped genbadge/tests/test_readme_common.py::test_any_command[coverage-default-verbose=False-silent=True-outstream=True] 0.00
('/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/test_readme_common.py', 352, 'Skipped: this test does not make sense')
Skipped genbadge/tests/test_readme_common.py::test_any_command[coverage-default-verbose=True-silent=False-outstream=True] 0.00
('/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/test_readme_common.py', 352, 'Skipped: this test does not make sense')
Skipped genbadge/tests/test_readme_common.py::test_any_command[coverage-default-verbose=True-silent=True-outstream=True] 0.00
('/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/test_readme_common.py', 352, 'Skipped: this test does not make sense')
Skipped genbadge/tests/test_readme_common.py::test_any_command[flake8-default-verbose=False-silent=False-outstream=True] 0.00
('/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/test_readme_common.py', 352, 'Skipped: this test does not make sense')
Skipped genbadge/tests/test_readme_common.py::test_any_command[flake8-default-verbose=False-silent=True-outstream=True] 0.00
('/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/test_readme_common.py', 352, 'Skipped: this test does not make sense')
Skipped genbadge/tests/test_readme_common.py::test_any_command[flake8-default-verbose=True-silent=False-outstream=True] 0.00
('/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/test_readme_common.py', 352, 'Skipped: this test does not make sense')
Skipped genbadge/tests/test_readme_common.py::test_any_command[flake8-default-verbose=True-silent=True-outstream=True] 0.00
('/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/test_readme_common.py', 352, 'Skipped: this test does not make sense')
Passed genbadge/tests/test_core.py::test_access_pkg_resources 0.00
No log output captured.
Passed genbadge/tests/test_core.py::test_genbadge[use_shields=False] 0.00
No log output captured.
Passed genbadge/tests/test_core.py::test_genbadge_red[use_shields=False] 0.00
No log output captured.
Passed genbadge/tests/test_core.py::test_parse_tests 0.00
No log output captured.
Passed genbadge/tests/test_core.py::test_parse_cov 0.00
No log output captured.
Passed genbadge/tests/test_core.py::test_parse_cov_nobranch_issue_15 0.00
No log output captured.
Passed genbadge/tests/test_core.py::test_parse_flake8 0.00
No log output captured.
Passed genbadge/tests/test_readme_common.py::test_help 0.00
------------------------------Captured stdout call------------------------------
Usage: genbadge [OPTIONS] COMMAND [ARGS]... Commandline utility to generate badges. To get help on each command use: genbadge <cmd> --help Options: --help Show this message and exit. Commands: coverage Generate a badge for the coverage results (e.g. from a coverage.xml). flake8 Generate a badge for the flake8 results (e.g. from a flake8stats.txt file). tests Generate a badge for the test results (e.g. from a junit.xml).
Passed genbadge/tests/test_readme_common.py::test_help_cmd[tests] 0.00
------------------------------Captured stdout call------------------------------
> genbadge tests --help Usage: genbadge tests [OPTIONS] This command generates a badge for the test results, from an XML file in the junit format. Such a file can be for example generated from python pytest using the --junitxml flag, or from java junit. By default the input file is the relative `./reports/junit/junit.xml` and the output file is `./tests-badge.svg`. You can change these settings with the `-i/--input_file` and `-o/--output-file` options. By default the badge will have the name "tests" as the left-hand side text. You can change these settings with the `-n/--name` option. The left-hand side text can be left blank with `-n ""` or have the left-hand side of the badge completely removed by passing `--noname`. You can use the verbose flag `-v/--verbose` to display information on the input file contents, for verification. The resulting badge will by default look like this: [tests | 6/12] where 6 is the number of tests that have run successfully, and 12 is the total number of tests minus the number of skipped tests. When all tests pass with success, the badge simply shows the number of tests [tests | 12]. You can change the appearance of the badge with the --format option (not implemented, todo). The success percentage is defined as 6/12 = 50.0%. You can use the `-t/--threshold` flag to setup a minimum success percentage required. If the success percentage is below the threshold, an error will be raised and the badge will not be generated. Options: -i, --input-file FILENAME An alternate test results XML file to read. '-' is supported and means <stdin>. -o, --output-file FILENAME An alternate SVG badge file to write to. '-' is supported and means <stdout>. Note that in this case no other message will be printed to <stdout>. In particular the verbose flag will have no effect. -n, --name TEXT An alternate SVG badge text name to display on the left-hand side of the badge. -t, --threshold FLOAT An optional success percentage threshold to use. The command will fail with exit code 1 if theactual success percentage is strictly less than the provided value. --withname / --noname Indicates if a badge should be generated with or without the left-hand side of the badge. -w, --webshields / -l, --local Indicates if badges should be generated using the shields.io HTTP API (default) or the local SVG file template included. -v, --verbose Use this flag to print details to stdout during the badge generation process. Note that this flag has no effect when '-' is used as output, since the badge is written to <stdout>. It also has no effect when the silent flag `-s` is used. -s, --silent When this flag is active nothing will be written to stdout. Note that this flag has no effect when '-' is used as the output file. --help Show this message and exit.
Passed genbadge/tests/test_readme_common.py::test_help_cmd[coverage] 0.00
------------------------------Captured stdout call------------------------------
> genbadge coverage --help Usage: genbadge coverage [OPTIONS] This command generates a badge for the coverage results, from an XML file in the 'coverage' format. Such a file can be for example generated using the python `coverage` tool, or java `cobertura`. By default the input file is the relative `./reports/coverage/coverage.xml` and the output file is `./coverage-badge.svg`. You can change these settings with the `-i/--input_file` and `-o/--output-file` options. By default the badge will have the name "coverage" as the left-hand side text. You can change these settings with the `-n/--name` option. The left-hand side text can be left blank with `-n ""` or have the left-hand side of the badge completely removed by passing `--noname`. You can use the verbose flag `-v/--verbose` to display information on the input file contents, for verification. The resulting badge will by default look like this: [coverage | 98.1%] where 98.1 is the total coverage, obtained from the branch and line coverages using the formula (nb_lines_covered + nb_branches_covered) / (nb_lines / nb_branches) and multiplying this by 100. Options: -i, --input-file FILENAME An alternate coverage results XML file to read. '-' is supported and means <stdin>. -o, --output-file FILENAME An alternate SVG badge file to write to. '-' is supported and means <stdout>. Note that in this case no other message will be printed to <stdout>. In particular the verbose flag will have no effect. -n, --name TEXT An alternate SVG badge text name to display on the left-hand side of the badge. --withname / --noname Indicates if a badge should be generated with or without the left-hand side of the badge. -w, --webshields / -l, --local Indicates if badges should be generated using the shields.io HTTP API (default) or the local SVG file template included. -v, --verbose Use this flag to print details to stdout during the badge generation process. Note that this flag has no effect when '-' is used as output, since the badge is written to <stdout>. It also has no effect when the silent flag `-s` is used. -s, --silent When this flag is active nothing will be written to stdout. Note that this flag has no effect when '-' is used as the output file. --help Show this message and exit.
Passed genbadge/tests/test_readme_common.py::test_help_cmd[flake8] 0.00
------------------------------Captured stdout call------------------------------
> genbadge flake8 --help Usage: genbadge flake8 [OPTIONS] This command generates a badge for the flake8 results, from a flake8stats.txt file. Such a file can be generated from python `flake8` using the --statistics flag. By default the input file is the relative `./reports/flake8/flake8stats.txt` and the output file is `./flake8-badge.svg`. You can change these settings with the `-i/--input_file` and `-o/--output-file` options. By default the badge will have the name "flake8" as the left-hand side text. You can change these settings with the `-n/--name` option. The left-hand side text can be left blank with `-n ""` or have the left-hand side of the badge completely removed by passing `--noname`. You can use the verbose flag `-v/--verbose` to display information on the input file contents, for verification. The resulting badge will by default look like this: [flake8 | 6 C, 0 W, 5 I] where 6, 0, 5 denote the number of critical issues, warnings, and information messages respectively. These severity levels are determined by the flake8-html plugin so as to match the colors in the HTML report. You can change the appearance of the badge with the --format option (not implemented, todo). Options: -i, --input-file FILENAME An alternate flake8 results TXT file to read. '-' is supported and means <stdin>. -o, --output-file FILENAME An alternate SVG badge file to write to. '-' is supported and means <stdout>. Note that in this case no other message will be printed to <stdout>. In particular the verbose flag will have no effect. -n, --name TEXT An alternate SVG badge text name to display on the left-hand side of the badge. --withname / --noname Indicates if a badge should be generated with or without the left-hand side of the badge. -w, --webshields / -l, --local Indicates if badges should be generated using the shields.io HTTP API (default) or the local SVG file template included. -v, --verbose Use this flag to print details to stdout during the badge generation process. Note that this flag has no effect when '-' is used as output, since the badge is written to <stdout>. It also has no effect when the silent flag `-s` is used. -s, --silent When this flag is active nothing will be written to stdout. Note that this flag has no effect when '-' is used as the output file. --help Show this message and exit.
Passed genbadge/tests/test_readme_common.py::test_file_not_found[tests] 0.00
------------------------------Captured stdout call------------------------------
> genbadge tests Error: Could not open file 'reports/junit/junit.xml': File not found > genbadge tests -i unknown.file Usage: genbadge tests [OPTIONS] Try 'genbadge tests --help' for help. Error: Invalid value for '-i' / '--input-file': 'unknown.file': No such file or directory
Passed genbadge/tests/test_readme_common.py::test_file_not_found[coverage] 0.00
------------------------------Captured stdout call------------------------------
> genbadge coverage Error: Could not open file 'reports/coverage/coverage.xml': File not found > genbadge coverage -i unknown.file Usage: genbadge coverage [OPTIONS] Try 'genbadge coverage --help' for help. Error: Invalid value for '-i' / '--input-file': 'unknown.file': No such file or directory
Passed genbadge/tests/test_readme_common.py::test_file_not_found[flake8] 0.00
------------------------------Captured stdout call------------------------------
> genbadge flake8 Error: Could not open file 'reports/flake8/flake8stats.txt': File not found > genbadge flake8 -i unknown.file Usage: genbadge flake8 [OPTIONS] Try 'genbadge flake8 --help' for help. Error: Invalid value for '-i' / '--input-file': 'unknown.file': No such file or directory
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-default-verbose=False-silent=False-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_default0 > genbadge tests -l SUCCESS - Tests badge created: '/tmp/pytest-of-runner/pytest-0/test_any_command_tests_default0/tests-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-default-verbose=False-silent=True-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_default2 > genbadge tests -l --silent
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-default-verbose=True-silent=False-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_default4 > genbadge tests -l --verbose Test statistics parsed successfully from '/tmp/pytest-of-runner/pytest-0/test_any_command_tests_default4/reports/junit/junit.xml' - Nb tests: Total (6) = Success (2) + Skipped (1) + Failed (2) + Errors (1) - Success percentage: 40.00% (2 / 5) (Skipped tests are excluded) SUCCESS - Tests badge created: '/tmp/pytest-of-runner/pytest-0/test_any_command_tests_default4/tests-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-default-verbose=True-silent=True-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_default6 > genbadge tests -l --verbose --silent
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-custom-verbose=False-silent=False-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_0 > genbadge tests -l --input-file foo/foo.xml --output-file bar/bar-badge.svg SUCCESS - Tests badge created: '/tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_0/bar/bar-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-custom-verbose=False-silent=False-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_1 > genbadge tests -l --input-file foo/foo.xml --output-file - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="66" height="20" role="img" aria-label="tests: 2/5"> <title>tests: 2/5</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="66" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="37" height="20" fill="#555"/> <rect x="37" width="29" height="20" fill="#e05d44"/> <rect width="66" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="195.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="270">tests</text> <text x="195.0" y="140" transform="scale(.1)" fill="#fff" textLength="270">tests</text> <text aria-hidden="true" x="505.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="190">2/5</text> <text x="505.0" y="140" transform="scale(.1)" fill="#fff" textLength="190">2/5</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-custom-verbose=False-silent=True-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_2 > genbadge tests -l --silent --input-file foo/foo.xml --output-file bar/bar-badge.svg
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-custom-verbose=False-silent=True-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_3 > genbadge tests -l --silent --input-file foo/foo.xml --output-file - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="66" height="20" role="img" aria-label="tests: 2/5"> <title>tests: 2/5</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="66" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="37" height="20" fill="#555"/> <rect x="37" width="29" height="20" fill="#e05d44"/> <rect width="66" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="195.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="270">tests</text> <text x="195.0" y="140" transform="scale(.1)" fill="#fff" textLength="270">tests</text> <text aria-hidden="true" x="505.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="190">2/5</text> <text x="505.0" y="140" transform="scale(.1)" fill="#fff" textLength="190">2/5</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-custom-verbose=True-silent=False-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_4 > genbadge tests -l --verbose --input-file foo/foo.xml --output-file bar/bar-badge.svg Test statistics parsed successfully from 'foo/foo.xml' - Nb tests: Total (6) = Success (2) + Skipped (1) + Failed (2) + Errors (1) - Success percentage: 40.00% (2 / 5) (Skipped tests are excluded) SUCCESS - Tests badge created: '/tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_4/bar/bar-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-custom-verbose=True-silent=False-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_5 > genbadge tests -l --verbose --input-file foo/foo.xml --output-file - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="66" height="20" role="img" aria-label="tests: 2/5"> <title>tests: 2/5</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="66" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="37" height="20" fill="#555"/> <rect x="37" width="29" height="20" fill="#e05d44"/> <rect width="66" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="195.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="270">tests</text> <text x="195.0" y="140" transform="scale(.1)" fill="#fff" textLength="270">tests</text> <text aria-hidden="true" x="505.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="190">2/5</text> <text x="505.0" y="140" transform="scale(.1)" fill="#fff" textLength="190">2/5</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-custom-verbose=True-silent=True-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_6 > genbadge tests -l --verbose --silent --input-file foo/foo.xml --output-file bar/bar-badge.svg
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-custom-verbose=True-silent=True-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_7 > genbadge tests -l --verbose --silent --input-file foo/foo.xml --output-file - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="66" height="20" role="img" aria-label="tests: 2/5"> <title>tests: 2/5</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="66" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="37" height="20" fill="#555"/> <rect x="37" width="29" height="20" fill="#e05d44"/> <rect width="66" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="195.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="270">tests</text> <text x="195.0" y="140" transform="scale(.1)" fill="#fff" textLength="270">tests</text> <text aria-hidden="true" x="505.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="190">2/5</text> <text x="505.0" y="140" transform="scale(.1)" fill="#fff" textLength="190">2/5</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-custom_shortargs-verbose=False-silent=False-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_8 > genbadge tests -l -i foo/foo.xml -o bar/bar-badge.svg SUCCESS - Tests badge created: '/tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_8/bar/bar-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-custom_shortargs-verbose=False-silent=False-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_9 > genbadge tests -l -i foo/foo.xml -o - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="66" height="20" role="img" aria-label="tests: 2/5"> <title>tests: 2/5</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="66" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="37" height="20" fill="#555"/> <rect x="37" width="29" height="20" fill="#e05d44"/> <rect width="66" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="195.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="270">tests</text> <text x="195.0" y="140" transform="scale(.1)" fill="#fff" textLength="270">tests</text> <text aria-hidden="true" x="505.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="190">2/5</text> <text x="505.0" y="140" transform="scale(.1)" fill="#fff" textLength="190">2/5</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-custom_shortargs-verbose=False-silent=True-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_10 > genbadge tests -l --silent -i foo/foo.xml -o bar/bar-badge.svg
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-custom_shortargs-verbose=False-silent=True-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_11 > genbadge tests -l --silent -i foo/foo.xml -o - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="66" height="20" role="img" aria-label="tests: 2/5"> <title>tests: 2/5</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="66" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="37" height="20" fill="#555"/> <rect x="37" width="29" height="20" fill="#e05d44"/> <rect width="66" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="195.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="270">tests</text> <text x="195.0" y="140" transform="scale(.1)" fill="#fff" textLength="270">tests</text> <text aria-hidden="true" x="505.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="190">2/5</text> <text x="505.0" y="140" transform="scale(.1)" fill="#fff" textLength="190">2/5</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-custom_shortargs-verbose=True-silent=False-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_12 > genbadge tests -l --verbose -i foo/foo.xml -o bar/bar-badge.svg Test statistics parsed successfully from 'foo/foo.xml' - Nb tests: Total (6) = Success (2) + Skipped (1) + Failed (2) + Errors (1) - Success percentage: 40.00% (2 / 5) (Skipped tests are excluded) SUCCESS - Tests badge created: '/tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_12/bar/bar-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-custom_shortargs-verbose=True-silent=False-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_13 > genbadge tests -l --verbose -i foo/foo.xml -o - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="66" height="20" role="img" aria-label="tests: 2/5"> <title>tests: 2/5</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="66" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="37" height="20" fill="#555"/> <rect x="37" width="29" height="20" fill="#e05d44"/> <rect width="66" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="195.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="270">tests</text> <text x="195.0" y="140" transform="scale(.1)" fill="#fff" textLength="270">tests</text> <text aria-hidden="true" x="505.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="190">2/5</text> <text x="505.0" y="140" transform="scale(.1)" fill="#fff" textLength="190">2/5</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-custom_shortargs-verbose=True-silent=True-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_14 > genbadge tests -l --verbose --silent -i foo/foo.xml -o bar/bar-badge.svg
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-custom_shortargs-verbose=True-silent=True-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_15 > genbadge tests -l --verbose --silent -i foo/foo.xml -o - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="66" height="20" role="img" aria-label="tests: 2/5"> <title>tests: 2/5</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="66" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="37" height="20" fill="#555"/> <rect x="37" width="29" height="20" fill="#e05d44"/> <rect width="66" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="195.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="270">tests</text> <text x="195.0" y="140" transform="scale(.1)" fill="#fff" textLength="270">tests</text> <text aria-hidden="true" x="505.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="190">2/5</text> <text x="505.0" y="140" transform="scale(.1)" fill="#fff" textLength="190">2/5</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-custom_absolute-verbose=False-silent=False-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_16 > genbadge tests -l --input-file /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_16/foo/foo.xml --output-file bar/bar-badge.svg SUCCESS - Tests badge created: '/tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_16/bar/bar-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-custom_absolute-verbose=False-silent=False-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_17 > genbadge tests -l --input-file /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_17/foo/foo.xml --output-file - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="66" height="20" role="img" aria-label="tests: 2/5"> <title>tests: 2/5</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="66" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="37" height="20" fill="#555"/> <rect x="37" width="29" height="20" fill="#e05d44"/> <rect width="66" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="195.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="270">tests</text> <text x="195.0" y="140" transform="scale(.1)" fill="#fff" textLength="270">tests</text> <text aria-hidden="true" x="505.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="190">2/5</text> <text x="505.0" y="140" transform="scale(.1)" fill="#fff" textLength="190">2/5</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-custom_absolute-verbose=False-silent=True-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_18 > genbadge tests -l --silent --input-file /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_18/foo/foo.xml --output-file bar/bar-badge.svg
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-custom_absolute-verbose=False-silent=True-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_19 > genbadge tests -l --silent --input-file /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_19/foo/foo.xml --output-file - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="66" height="20" role="img" aria-label="tests: 2/5"> <title>tests: 2/5</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="66" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="37" height="20" fill="#555"/> <rect x="37" width="29" height="20" fill="#e05d44"/> <rect width="66" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="195.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="270">tests</text> <text x="195.0" y="140" transform="scale(.1)" fill="#fff" textLength="270">tests</text> <text aria-hidden="true" x="505.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="190">2/5</text> <text x="505.0" y="140" transform="scale(.1)" fill="#fff" textLength="190">2/5</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-custom_absolute-verbose=True-silent=False-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_20 > genbadge tests -l --verbose --input-file /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_20/foo/foo.xml --output-file bar/bar-badge.svg Test statistics parsed successfully from '/tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_20/foo/foo.xml' - Nb tests: Total (6) = Success (2) + Skipped (1) + Failed (2) + Errors (1) - Success percentage: 40.00% (2 / 5) (Skipped tests are excluded) SUCCESS - Tests badge created: '/tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_20/bar/bar-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-custom_absolute-verbose=True-silent=False-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_21 > genbadge tests -l --verbose --input-file /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_21/foo/foo.xml --output-file - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="66" height="20" role="img" aria-label="tests: 2/5"> <title>tests: 2/5</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="66" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="37" height="20" fill="#555"/> <rect x="37" width="29" height="20" fill="#e05d44"/> <rect width="66" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="195.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="270">tests</text> <text x="195.0" y="140" transform="scale(.1)" fill="#fff" textLength="270">tests</text> <text aria-hidden="true" x="505.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="190">2/5</text> <text x="505.0" y="140" transform="scale(.1)" fill="#fff" textLength="190">2/5</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-custom_absolute-verbose=True-silent=True-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_22 > genbadge tests -l --verbose --silent --input-file /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_22/foo/foo.xml --output-file bar/bar-badge.svg
Passed genbadge/tests/test_readme_common.py::test_any_command[tests-custom_absolute-verbose=True-silent=True-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_23 > genbadge tests -l --verbose --silent --input-file /tmp/pytest-of-runner/pytest-0/test_any_command_tests_custom_23/foo/foo.xml --output-file - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="66" height="20" role="img" aria-label="tests: 2/5"> <title>tests: 2/5</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="66" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="37" height="20" fill="#555"/> <rect x="37" width="29" height="20" fill="#e05d44"/> <rect width="66" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="195.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="270">tests</text> <text x="195.0" y="140" transform="scale(.1)" fill="#fff" textLength="270">tests</text> <text aria-hidden="true" x="505.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="190">2/5</text> <text x="505.0" y="140" transform="scale(.1)" fill="#fff" textLength="190">2/5</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-default-verbose=False-silent=False-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_defa0 > genbadge coverage -l SUCCESS - Coverage badge created: '/tmp/pytest-of-runner/pytest-0/test_any_command_coverage_defa0/coverage-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-default-verbose=False-silent=True-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_defa2 > genbadge coverage -l --silent
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-default-verbose=True-silent=False-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_defa4 > genbadge coverage -l --verbose Coverage results parsed successfully from '/tmp/pytest-of-runner/pytest-0/test_any_command_coverage_defa4/reports/coverage/coverage.xml' - Branch coverage: 5.56% (1/18) - Line coverage: 17.81% (13/73) - Total coverage: 15.38% ((1+13)/(18+73)) SUCCESS - Coverage badge created: '/tmp/pytest-of-runner/pytest-0/test_any_command_coverage_defa4/coverage-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-default-verbose=True-silent=True-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_defa6 > genbadge coverage -l --verbose --silent
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-custom-verbose=False-silent=False-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust0 > genbadge coverage -l --input-file foo/foo.xml --output-file bar/bar-badge.svg SUCCESS - Coverage badge created: '/tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust0/bar/bar-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-custom-verbose=False-silent=False-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust1 > genbadge coverage -l --input-file foo/foo.xml --output-file - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="116" height="20" role="img" aria-label="coverage: 15.38%"> <title>coverage: 15.38%</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="116" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="61" height="20" fill="#555"/> <rect x="61" width="55" height="20" fill="#e05d44"/> <rect width="116" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="315.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="510">coverage</text> <text x="315.0" y="140" transform="scale(.1)" fill="#fff" textLength="510">coverage</text> <text aria-hidden="true" x="875.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="450">15.38%</text> <text x="875.0" y="140" transform="scale(.1)" fill="#fff" textLength="450">15.38%</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-custom-verbose=False-silent=True-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust2 > genbadge coverage -l --silent --input-file foo/foo.xml --output-file bar/bar-badge.svg
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-custom-verbose=False-silent=True-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust3 > genbadge coverage -l --silent --input-file foo/foo.xml --output-file - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="116" height="20" role="img" aria-label="coverage: 15.38%"> <title>coverage: 15.38%</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="116" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="61" height="20" fill="#555"/> <rect x="61" width="55" height="20" fill="#e05d44"/> <rect width="116" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="315.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="510">coverage</text> <text x="315.0" y="140" transform="scale(.1)" fill="#fff" textLength="510">coverage</text> <text aria-hidden="true" x="875.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="450">15.38%</text> <text x="875.0" y="140" transform="scale(.1)" fill="#fff" textLength="450">15.38%</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-custom-verbose=True-silent=False-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust4 > genbadge coverage -l --verbose --input-file foo/foo.xml --output-file bar/bar-badge.svg Coverage results parsed successfully from 'foo/foo.xml' - Branch coverage: 5.56% (1/18) - Line coverage: 17.81% (13/73) - Total coverage: 15.38% ((1+13)/(18+73)) SUCCESS - Coverage badge created: '/tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust4/bar/bar-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-custom-verbose=True-silent=False-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust5 > genbadge coverage -l --verbose --input-file foo/foo.xml --output-file - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="116" height="20" role="img" aria-label="coverage: 15.38%"> <title>coverage: 15.38%</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="116" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="61" height="20" fill="#555"/> <rect x="61" width="55" height="20" fill="#e05d44"/> <rect width="116" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="315.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="510">coverage</text> <text x="315.0" y="140" transform="scale(.1)" fill="#fff" textLength="510">coverage</text> <text aria-hidden="true" x="875.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="450">15.38%</text> <text x="875.0" y="140" transform="scale(.1)" fill="#fff" textLength="450">15.38%</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-custom-verbose=True-silent=True-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust6 > genbadge coverage -l --verbose --silent --input-file foo/foo.xml --output-file bar/bar-badge.svg
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-custom-verbose=True-silent=True-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust7 > genbadge coverage -l --verbose --silent --input-file foo/foo.xml --output-file - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="116" height="20" role="img" aria-label="coverage: 15.38%"> <title>coverage: 15.38%</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="116" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="61" height="20" fill="#555"/> <rect x="61" width="55" height="20" fill="#e05d44"/> <rect width="116" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="315.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="510">coverage</text> <text x="315.0" y="140" transform="scale(.1)" fill="#fff" textLength="510">coverage</text> <text aria-hidden="true" x="875.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="450">15.38%</text> <text x="875.0" y="140" transform="scale(.1)" fill="#fff" textLength="450">15.38%</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-custom_shortargs-verbose=False-silent=False-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust8 > genbadge coverage -l -i foo/foo.xml -o bar/bar-badge.svg SUCCESS - Coverage badge created: '/tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust8/bar/bar-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-custom_shortargs-verbose=False-silent=False-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust9 > genbadge coverage -l -i foo/foo.xml -o - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="116" height="20" role="img" aria-label="coverage: 15.38%"> <title>coverage: 15.38%</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="116" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="61" height="20" fill="#555"/> <rect x="61" width="55" height="20" fill="#e05d44"/> <rect width="116" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="315.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="510">coverage</text> <text x="315.0" y="140" transform="scale(.1)" fill="#fff" textLength="510">coverage</text> <text aria-hidden="true" x="875.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="450">15.38%</text> <text x="875.0" y="140" transform="scale(.1)" fill="#fff" textLength="450">15.38%</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-custom_shortargs-verbose=False-silent=True-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust10 > genbadge coverage -l --silent -i foo/foo.xml -o bar/bar-badge.svg
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-custom_shortargs-verbose=False-silent=True-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust11 > genbadge coverage -l --silent -i foo/foo.xml -o - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="116" height="20" role="img" aria-label="coverage: 15.38%"> <title>coverage: 15.38%</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="116" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="61" height="20" fill="#555"/> <rect x="61" width="55" height="20" fill="#e05d44"/> <rect width="116" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="315.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="510">coverage</text> <text x="315.0" y="140" transform="scale(.1)" fill="#fff" textLength="510">coverage</text> <text aria-hidden="true" x="875.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="450">15.38%</text> <text x="875.0" y="140" transform="scale(.1)" fill="#fff" textLength="450">15.38%</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-custom_shortargs-verbose=True-silent=False-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust12 > genbadge coverage -l --verbose -i foo/foo.xml -o bar/bar-badge.svg Coverage results parsed successfully from 'foo/foo.xml' - Branch coverage: 5.56% (1/18) - Line coverage: 17.81% (13/73) - Total coverage: 15.38% ((1+13)/(18+73)) SUCCESS - Coverage badge created: '/tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust12/bar/bar-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-custom_shortargs-verbose=True-silent=False-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust13 > genbadge coverage -l --verbose -i foo/foo.xml -o - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="116" height="20" role="img" aria-label="coverage: 15.38%"> <title>coverage: 15.38%</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="116" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="61" height="20" fill="#555"/> <rect x="61" width="55" height="20" fill="#e05d44"/> <rect width="116" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="315.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="510">coverage</text> <text x="315.0" y="140" transform="scale(.1)" fill="#fff" textLength="510">coverage</text> <text aria-hidden="true" x="875.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="450">15.38%</text> <text x="875.0" y="140" transform="scale(.1)" fill="#fff" textLength="450">15.38%</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-custom_shortargs-verbose=True-silent=True-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust14 > genbadge coverage -l --verbose --silent -i foo/foo.xml -o bar/bar-badge.svg
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-custom_shortargs-verbose=True-silent=True-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust15 > genbadge coverage -l --verbose --silent -i foo/foo.xml -o - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="116" height="20" role="img" aria-label="coverage: 15.38%"> <title>coverage: 15.38%</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="116" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="61" height="20" fill="#555"/> <rect x="61" width="55" height="20" fill="#e05d44"/> <rect width="116" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="315.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="510">coverage</text> <text x="315.0" y="140" transform="scale(.1)" fill="#fff" textLength="510">coverage</text> <text aria-hidden="true" x="875.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="450">15.38%</text> <text x="875.0" y="140" transform="scale(.1)" fill="#fff" textLength="450">15.38%</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-custom_absolute-verbose=False-silent=False-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust16 > genbadge coverage -l --input-file /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust16/foo/foo.xml --output-file bar/bar-badge.svg SUCCESS - Coverage badge created: '/tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust16/bar/bar-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-custom_absolute-verbose=False-silent=False-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust17 > genbadge coverage -l --input-file /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust17/foo/foo.xml --output-file - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="116" height="20" role="img" aria-label="coverage: 15.38%"> <title>coverage: 15.38%</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="116" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="61" height="20" fill="#555"/> <rect x="61" width="55" height="20" fill="#e05d44"/> <rect width="116" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="315.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="510">coverage</text> <text x="315.0" y="140" transform="scale(.1)" fill="#fff" textLength="510">coverage</text> <text aria-hidden="true" x="875.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="450">15.38%</text> <text x="875.0" y="140" transform="scale(.1)" fill="#fff" textLength="450">15.38%</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-custom_absolute-verbose=False-silent=True-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust18 > genbadge coverage -l --silent --input-file /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust18/foo/foo.xml --output-file bar/bar-badge.svg
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-custom_absolute-verbose=False-silent=True-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust19 > genbadge coverage -l --silent --input-file /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust19/foo/foo.xml --output-file - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="116" height="20" role="img" aria-label="coverage: 15.38%"> <title>coverage: 15.38%</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="116" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="61" height="20" fill="#555"/> <rect x="61" width="55" height="20" fill="#e05d44"/> <rect width="116" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="315.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="510">coverage</text> <text x="315.0" y="140" transform="scale(.1)" fill="#fff" textLength="510">coverage</text> <text aria-hidden="true" x="875.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="450">15.38%</text> <text x="875.0" y="140" transform="scale(.1)" fill="#fff" textLength="450">15.38%</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-custom_absolute-verbose=True-silent=False-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust20 > genbadge coverage -l --verbose --input-file /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust20/foo/foo.xml --output-file bar/bar-badge.svg Coverage results parsed successfully from '/tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust20/foo/foo.xml' - Branch coverage: 5.56% (1/18) - Line coverage: 17.81% (13/73) - Total coverage: 15.38% ((1+13)/(18+73)) SUCCESS - Coverage badge created: '/tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust20/bar/bar-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-custom_absolute-verbose=True-silent=False-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust21 > genbadge coverage -l --verbose --input-file /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust21/foo/foo.xml --output-file - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="116" height="20" role="img" aria-label="coverage: 15.38%"> <title>coverage: 15.38%</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="116" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="61" height="20" fill="#555"/> <rect x="61" width="55" height="20" fill="#e05d44"/> <rect width="116" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="315.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="510">coverage</text> <text x="315.0" y="140" transform="scale(.1)" fill="#fff" textLength="510">coverage</text> <text aria-hidden="true" x="875.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="450">15.38%</text> <text x="875.0" y="140" transform="scale(.1)" fill="#fff" textLength="450">15.38%</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-custom_absolute-verbose=True-silent=True-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust22 > genbadge coverage -l --verbose --silent --input-file /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust22/foo/foo.xml --output-file bar/bar-badge.svg
Passed genbadge/tests/test_readme_common.py::test_any_command[coverage-custom_absolute-verbose=True-silent=True-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust23 > genbadge coverage -l --verbose --silent --input-file /tmp/pytest-of-runner/pytest-0/test_any_command_coverage_cust23/foo/foo.xml --output-file - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="116" height="20" role="img" aria-label="coverage: 15.38%"> <title>coverage: 15.38%</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="116" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="61" height="20" fill="#555"/> <rect x="61" width="55" height="20" fill="#e05d44"/> <rect width="116" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="315.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="510">coverage</text> <text x="315.0" y="140" transform="scale(.1)" fill="#fff" textLength="510">coverage</text> <text aria-hidden="true" x="875.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="450">15.38%</text> <text x="875.0" y="140" transform="scale(.1)" fill="#fff" textLength="450">15.38%</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-default-verbose=False-silent=False-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_defaul0 > genbadge flake8 -l SUCCESS - Flake8 badge created: '/tmp/pytest-of-runner/pytest-0/test_any_command_flake8_defaul0/flake8-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-default-verbose=False-silent=True-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_defaul2 > genbadge flake8 -l --silent
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-default-verbose=True-silent=False-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_defaul4 > genbadge flake8 -l --verbose Flake8 statistics parsed successfully from '/tmp/pytest-of-runner/pytest-0/test_any_command_flake8_defaul4/reports/flake8/flake8stats.txt' - Total (20) = Critical (6) + Warning (9) + Info (5) SUCCESS - Flake8 badge created: '/tmp/pytest-of-runner/pytest-0/test_any_command_flake8_defaul4/flake8-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-default-verbose=True-silent=True-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_defaul6 > genbadge flake8 -l --verbose --silent
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-custom-verbose=False-silent=False-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom0 > genbadge flake8 -l --input-file foo/foo.xml --output-file bar/bar-badge.svg SUCCESS - Flake8 badge created: '/tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom0/bar/bar-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-custom-verbose=False-silent=False-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom1 > genbadge flake8 -l --input-file foo/foo.xml --output-file - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="124" height="20" role="img" aria-label="flake8: 6 C, 9 W, 5 I"> <title>flake8: 6 C, 9 W, 5 I</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="124" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="43" height="20" fill="#555"/> <rect x="43" width="81" height="20" fill="#e05d44"/> <rect width="124" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="225.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">flake8</text> <text x="225.0" y="140" transform="scale(.1)" fill="#fff" textLength="330">flake8</text> <text aria-hidden="true" x="825.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="710">6 C, 9 W, 5 I</text> <text x="825.0" y="140" transform="scale(.1)" fill="#fff" textLength="710">6 C, 9 W, 5 I</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-custom-verbose=False-silent=True-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom2 > genbadge flake8 -l --silent --input-file foo/foo.xml --output-file bar/bar-badge.svg
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-custom-verbose=False-silent=True-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom3 > genbadge flake8 -l --silent --input-file foo/foo.xml --output-file - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="124" height="20" role="img" aria-label="flake8: 6 C, 9 W, 5 I"> <title>flake8: 6 C, 9 W, 5 I</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="124" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="43" height="20" fill="#555"/> <rect x="43" width="81" height="20" fill="#e05d44"/> <rect width="124" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="225.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">flake8</text> <text x="225.0" y="140" transform="scale(.1)" fill="#fff" textLength="330">flake8</text> <text aria-hidden="true" x="825.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="710">6 C, 9 W, 5 I</text> <text x="825.0" y="140" transform="scale(.1)" fill="#fff" textLength="710">6 C, 9 W, 5 I</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-custom-verbose=True-silent=False-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom4 > genbadge flake8 -l --verbose --input-file foo/foo.xml --output-file bar/bar-badge.svg Flake8 statistics parsed successfully from 'foo/foo.xml' - Total (20) = Critical (6) + Warning (9) + Info (5) SUCCESS - Flake8 badge created: '/tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom4/bar/bar-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-custom-verbose=True-silent=False-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom5 > genbadge flake8 -l --verbose --input-file foo/foo.xml --output-file - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="124" height="20" role="img" aria-label="flake8: 6 C, 9 W, 5 I"> <title>flake8: 6 C, 9 W, 5 I</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="124" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="43" height="20" fill="#555"/> <rect x="43" width="81" height="20" fill="#e05d44"/> <rect width="124" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="225.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">flake8</text> <text x="225.0" y="140" transform="scale(.1)" fill="#fff" textLength="330">flake8</text> <text aria-hidden="true" x="825.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="710">6 C, 9 W, 5 I</text> <text x="825.0" y="140" transform="scale(.1)" fill="#fff" textLength="710">6 C, 9 W, 5 I</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-custom-verbose=True-silent=True-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom6 > genbadge flake8 -l --verbose --silent --input-file foo/foo.xml --output-file bar/bar-badge.svg
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-custom-verbose=True-silent=True-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom7 > genbadge flake8 -l --verbose --silent --input-file foo/foo.xml --output-file - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="124" height="20" role="img" aria-label="flake8: 6 C, 9 W, 5 I"> <title>flake8: 6 C, 9 W, 5 I</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="124" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="43" height="20" fill="#555"/> <rect x="43" width="81" height="20" fill="#e05d44"/> <rect width="124" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="225.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">flake8</text> <text x="225.0" y="140" transform="scale(.1)" fill="#fff" textLength="330">flake8</text> <text aria-hidden="true" x="825.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="710">6 C, 9 W, 5 I</text> <text x="825.0" y="140" transform="scale(.1)" fill="#fff" textLength="710">6 C, 9 W, 5 I</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-custom_shortargs-verbose=False-silent=False-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom8 > genbadge flake8 -l -i foo/foo.xml -o bar/bar-badge.svg SUCCESS - Flake8 badge created: '/tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom8/bar/bar-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-custom_shortargs-verbose=False-silent=False-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom9 > genbadge flake8 -l -i foo/foo.xml -o - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="124" height="20" role="img" aria-label="flake8: 6 C, 9 W, 5 I"> <title>flake8: 6 C, 9 W, 5 I</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="124" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="43" height="20" fill="#555"/> <rect x="43" width="81" height="20" fill="#e05d44"/> <rect width="124" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="225.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">flake8</text> <text x="225.0" y="140" transform="scale(.1)" fill="#fff" textLength="330">flake8</text> <text aria-hidden="true" x="825.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="710">6 C, 9 W, 5 I</text> <text x="825.0" y="140" transform="scale(.1)" fill="#fff" textLength="710">6 C, 9 W, 5 I</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-custom_shortargs-verbose=False-silent=True-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom10 > genbadge flake8 -l --silent -i foo/foo.xml -o bar/bar-badge.svg
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-custom_shortargs-verbose=False-silent=True-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom11 > genbadge flake8 -l --silent -i foo/foo.xml -o - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="124" height="20" role="img" aria-label="flake8: 6 C, 9 W, 5 I"> <title>flake8: 6 C, 9 W, 5 I</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="124" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="43" height="20" fill="#555"/> <rect x="43" width="81" height="20" fill="#e05d44"/> <rect width="124" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="225.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">flake8</text> <text x="225.0" y="140" transform="scale(.1)" fill="#fff" textLength="330">flake8</text> <text aria-hidden="true" x="825.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="710">6 C, 9 W, 5 I</text> <text x="825.0" y="140" transform="scale(.1)" fill="#fff" textLength="710">6 C, 9 W, 5 I</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-custom_shortargs-verbose=True-silent=False-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom12 > genbadge flake8 -l --verbose -i foo/foo.xml -o bar/bar-badge.svg Flake8 statistics parsed successfully from 'foo/foo.xml' - Total (20) = Critical (6) + Warning (9) + Info (5) SUCCESS - Flake8 badge created: '/tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom12/bar/bar-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-custom_shortargs-verbose=True-silent=False-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom13 > genbadge flake8 -l --verbose -i foo/foo.xml -o - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="124" height="20" role="img" aria-label="flake8: 6 C, 9 W, 5 I"> <title>flake8: 6 C, 9 W, 5 I</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="124" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="43" height="20" fill="#555"/> <rect x="43" width="81" height="20" fill="#e05d44"/> <rect width="124" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="225.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">flake8</text> <text x="225.0" y="140" transform="scale(.1)" fill="#fff" textLength="330">flake8</text> <text aria-hidden="true" x="825.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="710">6 C, 9 W, 5 I</text> <text x="825.0" y="140" transform="scale(.1)" fill="#fff" textLength="710">6 C, 9 W, 5 I</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-custom_shortargs-verbose=True-silent=True-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom14 > genbadge flake8 -l --verbose --silent -i foo/foo.xml -o bar/bar-badge.svg
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-custom_shortargs-verbose=True-silent=True-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom15 > genbadge flake8 -l --verbose --silent -i foo/foo.xml -o - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="124" height="20" role="img" aria-label="flake8: 6 C, 9 W, 5 I"> <title>flake8: 6 C, 9 W, 5 I</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="124" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="43" height="20" fill="#555"/> <rect x="43" width="81" height="20" fill="#e05d44"/> <rect width="124" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="225.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">flake8</text> <text x="225.0" y="140" transform="scale(.1)" fill="#fff" textLength="330">flake8</text> <text aria-hidden="true" x="825.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="710">6 C, 9 W, 5 I</text> <text x="825.0" y="140" transform="scale(.1)" fill="#fff" textLength="710">6 C, 9 W, 5 I</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-custom_absolute-verbose=False-silent=False-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom16 > genbadge flake8 -l --input-file /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom16/foo/foo.xml --output-file bar/bar-badge.svg SUCCESS - Flake8 badge created: '/tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom16/bar/bar-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-custom_absolute-verbose=False-silent=False-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom17 > genbadge flake8 -l --input-file /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom17/foo/foo.xml --output-file - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="124" height="20" role="img" aria-label="flake8: 6 C, 9 W, 5 I"> <title>flake8: 6 C, 9 W, 5 I</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="124" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="43" height="20" fill="#555"/> <rect x="43" width="81" height="20" fill="#e05d44"/> <rect width="124" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="225.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">flake8</text> <text x="225.0" y="140" transform="scale(.1)" fill="#fff" textLength="330">flake8</text> <text aria-hidden="true" x="825.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="710">6 C, 9 W, 5 I</text> <text x="825.0" y="140" transform="scale(.1)" fill="#fff" textLength="710">6 C, 9 W, 5 I</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-custom_absolute-verbose=False-silent=True-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom18 > genbadge flake8 -l --silent --input-file /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom18/foo/foo.xml --output-file bar/bar-badge.svg
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-custom_absolute-verbose=False-silent=True-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom19 > genbadge flake8 -l --silent --input-file /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom19/foo/foo.xml --output-file - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="124" height="20" role="img" aria-label="flake8: 6 C, 9 W, 5 I"> <title>flake8: 6 C, 9 W, 5 I</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="124" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="43" height="20" fill="#555"/> <rect x="43" width="81" height="20" fill="#e05d44"/> <rect width="124" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="225.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">flake8</text> <text x="225.0" y="140" transform="scale(.1)" fill="#fff" textLength="330">flake8</text> <text aria-hidden="true" x="825.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="710">6 C, 9 W, 5 I</text> <text x="825.0" y="140" transform="scale(.1)" fill="#fff" textLength="710">6 C, 9 W, 5 I</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-custom_absolute-verbose=True-silent=False-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom20 > genbadge flake8 -l --verbose --input-file /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom20/foo/foo.xml --output-file bar/bar-badge.svg Flake8 statistics parsed successfully from '/tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom20/foo/foo.xml' - Total (20) = Critical (6) + Warning (9) + Info (5) SUCCESS - Flake8 badge created: '/tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom20/bar/bar-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-custom_absolute-verbose=True-silent=False-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom21 > genbadge flake8 -l --verbose --input-file /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom21/foo/foo.xml --output-file - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="124" height="20" role="img" aria-label="flake8: 6 C, 9 W, 5 I"> <title>flake8: 6 C, 9 W, 5 I</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="124" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="43" height="20" fill="#555"/> <rect x="43" width="81" height="20" fill="#e05d44"/> <rect width="124" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="225.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">flake8</text> <text x="225.0" y="140" transform="scale(.1)" fill="#fff" textLength="330">flake8</text> <text aria-hidden="true" x="825.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="710">6 C, 9 W, 5 I</text> <text x="825.0" y="140" transform="scale(.1)" fill="#fff" textLength="710">6 C, 9 W, 5 I</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-custom_absolute-verbose=True-silent=True-outstream=False] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom22 > genbadge flake8 -l --verbose --silent --input-file /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom22/foo/foo.xml --output-file bar/bar-badge.svg
Passed genbadge/tests/test_readme_common.py::test_any_command[flake8-custom_absolute-verbose=True-silent=True-outstream=True] 0.00
------------------------------Captured stdout call------------------------------
Executing command in tmp folder /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom23 > genbadge flake8 -l --verbose --silent --input-file /tmp/pytest-of-runner/pytest-0/test_any_command_flake8_custom23/foo/foo.xml --output-file - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="124" height="20" role="img" aria-label="flake8: 6 C, 9 W, 5 I"> <title>flake8: 6 C, 9 W, 5 I</title> <linearGradient id="s" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <clipPath id="r"> <rect width="124" height="20" rx="3" fill="#fff"/> </clipPath> <g clip-path="url(#r)"> <rect width="43" height="20" fill="#555"/> <rect x="43" width="81" height="20" fill="#e05d44"/> <rect width="124" height="20" fill="url(#s)"/> </g> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"> <text aria-hidden="true" x="225.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">flake8</text> <text x="225.0" y="140" transform="scale(.1)" fill="#fff" textLength="330">flake8</text> <text aria-hidden="true" x="825.0" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="710">6 C, 9 W, 5 I</text> <text x="825.0" y="140" transform="scale(.1)" fill="#fff" textLength="710">6 C, 9 W, 5 I</text> </g> </svg>
Passed genbadge/tests/test_readme_common.py::test_threshold[False--1] 0.20
------------------------------Captured stdout call------------------------------
> genbadge tests -v -i /home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml -o /tmp/pytest-of-runner/pytest-0/test_threshold_False__1_0/tests-badge.svg --threshold -1 Test statistics parsed successfully from '/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml' - Nb tests: Total (6) = Success (2) + Skipped (1) + Failed (2) + Errors (1) - Success percentage: 40.00% (2 / 5) (Skipped tests are excluded) SUCCESS - Tests badge created: '/tmp/pytest-of-runner/pytest-0/test_threshold_False__1_0/tests-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_threshold[False-0] 0.10
------------------------------Captured stdout call------------------------------
> genbadge tests -v -i /home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml -o /tmp/pytest-of-runner/pytest-0/test_threshold_False_0_0/tests-badge.svg --threshold 0 Test statistics parsed successfully from '/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml' - Nb tests: Total (6) = Success (2) + Skipped (1) + Failed (2) + Errors (1) - Success percentage: 40.00% (2 / 5) (Skipped tests are excluded) SUCCESS - Tests badge created: '/tmp/pytest-of-runner/pytest-0/test_threshold_False_0_0/tests-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_threshold[False-40] 0.09
------------------------------Captured stdout call------------------------------
> genbadge tests -v -i /home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml -o /tmp/pytest-of-runner/pytest-0/test_threshold_False_40_0/tests-badge.svg --threshold 40 Test statistics parsed successfully from '/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml' - Nb tests: Total (6) = Success (2) + Skipped (1) + Failed (2) + Errors (1) - Success percentage: 40.00% (2 / 5) (Skipped tests are excluded) SUCCESS - Tests badge created: '/tmp/pytest-of-runner/pytest-0/test_threshold_False_40_0/tests-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_threshold[False-40.1] 0.00
------------------------------Captured stdout call------------------------------
> genbadge tests -v -i /home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml -o /tmp/pytest-of-runner/pytest-0/test_threshold_False_40_1_0/tests-badge.svg --threshold 40.1 Test statistics parsed successfully from '/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml' - Nb tests: Total (6) = Success (2) + Skipped (1) + Failed (2) + Errors (1) - Success percentage: 40.00% (2 / 5) (Skipped tests are excluded) Error: Success percentage 40.0% is strictly lower than required threshold 40.1%
Passed genbadge/tests/test_readme_common.py::test_threshold[False-100] 0.00
------------------------------Captured stdout call------------------------------
> genbadge tests -v -i /home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml -o /tmp/pytest-of-runner/pytest-0/test_threshold_False_100_0/tests-badge.svg --threshold 100 Test statistics parsed successfully from '/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml' - Nb tests: Total (6) = Success (2) + Skipped (1) + Failed (2) + Errors (1) - Success percentage: 40.00% (2 / 5) (Skipped tests are excluded) Error: Success percentage 40.0% is strictly lower than required threshold 100.0%
Passed genbadge/tests/test_readme_common.py::test_threshold[False-101] 0.00
------------------------------Captured stdout call------------------------------
> genbadge tests -v -i /home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml -o /tmp/pytest-of-runner/pytest-0/test_threshold_False_101_0/tests-badge.svg --threshold 101 Test statistics parsed successfully from '/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml' - Nb tests: Total (6) = Success (2) + Skipped (1) + Failed (2) + Errors (1) - Success percentage: 40.00% (2 / 5) (Skipped tests are excluded) Error: Success percentage 40.0% is strictly lower than required threshold 101.0%
Passed genbadge/tests/test_readme_common.py::test_threshold[True--1] 0.09
------------------------------Captured stdout call------------------------------
> genbadge tests -v -i /home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml -o /tmp/pytest-of-runner/pytest-0/test_threshold_True__1_0/tests-badge.svg -t -1 Test statistics parsed successfully from '/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml' - Nb tests: Total (6) = Success (2) + Skipped (1) + Failed (2) + Errors (1) - Success percentage: 40.00% (2 / 5) (Skipped tests are excluded) SUCCESS - Tests badge created: '/tmp/pytest-of-runner/pytest-0/test_threshold_True__1_0/tests-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_threshold[True-0] 0.10
------------------------------Captured stdout call------------------------------
> genbadge tests -v -i /home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml -o /tmp/pytest-of-runner/pytest-0/test_threshold_True_0_0/tests-badge.svg -t 0 Test statistics parsed successfully from '/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml' - Nb tests: Total (6) = Success (2) + Skipped (1) + Failed (2) + Errors (1) - Success percentage: 40.00% (2 / 5) (Skipped tests are excluded) SUCCESS - Tests badge created: '/tmp/pytest-of-runner/pytest-0/test_threshold_True_0_0/tests-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_threshold[True-40] 0.11
------------------------------Captured stdout call------------------------------
> genbadge tests -v -i /home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml -o /tmp/pytest-of-runner/pytest-0/test_threshold_True_40_0/tests-badge.svg -t 40 Test statistics parsed successfully from '/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml' - Nb tests: Total (6) = Success (2) + Skipped (1) + Failed (2) + Errors (1) - Success percentage: 40.00% (2 / 5) (Skipped tests are excluded) SUCCESS - Tests badge created: '/tmp/pytest-of-runner/pytest-0/test_threshold_True_40_0/tests-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_threshold[True-40.1] 0.00
------------------------------Captured stdout call------------------------------
> genbadge tests -v -i /home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml -o /tmp/pytest-of-runner/pytest-0/test_threshold_True_40_1_0/tests-badge.svg -t 40.1 Test statistics parsed successfully from '/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml' - Nb tests: Total (6) = Success (2) + Skipped (1) + Failed (2) + Errors (1) - Success percentage: 40.00% (2 / 5) (Skipped tests are excluded) Error: Success percentage 40.0% is strictly lower than required threshold 40.1%
Passed genbadge/tests/test_readme_common.py::test_threshold[True-100] 0.00
------------------------------Captured stdout call------------------------------
> genbadge tests -v -i /home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml -o /tmp/pytest-of-runner/pytest-0/test_threshold_True_100_0/tests-badge.svg -t 100 Test statistics parsed successfully from '/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml' - Nb tests: Total (6) = Success (2) + Skipped (1) + Failed (2) + Errors (1) - Success percentage: 40.00% (2 / 5) (Skipped tests are excluded) Error: Success percentage 40.0% is strictly lower than required threshold 100.0%
Passed genbadge/tests/test_readme_common.py::test_threshold[True-101] 0.00
------------------------------Captured stdout call------------------------------
> genbadge tests -v -i /home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml -o /tmp/pytest-of-runner/pytest-0/test_threshold_True_101_0/tests-badge.svg -t 101 Test statistics parsed successfully from '/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml' - Nb tests: Total (6) = Success (2) + Skipped (1) + Failed (2) + Errors (1) - Success percentage: 40.00% (2 / 5) (Skipped tests are excluded) Error: Success percentage 40.0% is strictly lower than required threshold 101.0%
Passed genbadge/tests/test_readme_common.py::test_local_remote[None-None] 0.11
------------------------------Captured stdout call------------------------------
> genbadge tests -v -i /home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml -o /tmp/pytest-of-runner/pytest-0/test_local_remote_None_None_0/tests-badge.svg Test statistics parsed successfully from '/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml' - Nb tests: Total (6) = Success (2) + Skipped (1) + Failed (2) + Errors (1) - Success percentage: 40.00% (2 / 5) (Skipped tests are excluded) SUCCESS - Tests badge created: '/tmp/pytest-of-runner/pytest-0/test_local_remote_None_None_0/tests-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_local_remote[False-False] 0.00
------------------------------Captured stdout call------------------------------
> genbadge tests -v -i /home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml -o /tmp/pytest-of-runner/pytest-0/test_local_remote_False_False_0/tests-badge.svg --local Test statistics parsed successfully from '/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml' - Nb tests: Total (6) = Success (2) + Skipped (1) + Failed (2) + Errors (1) - Success percentage: 40.00% (2 / 5) (Skipped tests are excluded) SUCCESS - Tests badge created: '/tmp/pytest-of-runner/pytest-0/test_local_remote_False_False_0/tests-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_local_remote[False-True] 0.00
------------------------------Captured stdout call------------------------------
> genbadge tests -v -i /home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml -o /tmp/pytest-of-runner/pytest-0/test_local_remote_False_True_0/tests-badge.svg -l Test statistics parsed successfully from '/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml' - Nb tests: Total (6) = Success (2) + Skipped (1) + Failed (2) + Errors (1) - Success percentage: 40.00% (2 / 5) (Skipped tests are excluded) SUCCESS - Tests badge created: '/tmp/pytest-of-runner/pytest-0/test_local_remote_False_True_0/tests-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_local_remote[True-False] 0.09
------------------------------Captured stdout call------------------------------
> genbadge tests -v -i /home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml -o /tmp/pytest-of-runner/pytest-0/test_local_remote_True_False_0/tests-badge.svg --webshields Test statistics parsed successfully from '/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml' - Nb tests: Total (6) = Success (2) + Skipped (1) + Failed (2) + Errors (1) - Success percentage: 40.00% (2 / 5) (Skipped tests are excluded) SUCCESS - Tests badge created: '/tmp/pytest-of-runner/pytest-0/test_local_remote_True_False_0/tests-badge.svg'
Passed genbadge/tests/test_readme_common.py::test_local_remote[True-True] 0.10
------------------------------Captured stdout call------------------------------
> genbadge tests -v -i /home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml -o /tmp/pytest-of-runner/pytest-0/test_local_remote_True_True_0/tests-badge.svg -w Test statistics parsed successfully from '/home/runner/work/python-genbadge/python-genbadge/genbadge/tests/reports/junit/junit.xml' - Nb tests: Total (6) = Success (2) + Skipped (1) + Failed (2) + Errors (1) - Success percentage: 40.00% (2 / 5) (Skipped tests are excluded) SUCCESS - Tests badge created: '/tmp/pytest-of-runner/pytest-0/test_local_remote_True_True_0/tests-badge.svg'