From 6580d46eb971bd21d2aa33f9897592aec057af89 Mon Sep 17 00:00:00 2001 From: dh00601 <dh00601@surrey.ac.uk> Date: Tue, 2 Nov 2021 23:52:56 +0000 Subject: [PATCH] removed reports from being tracked --- badges/test_coverage.svg | 6 +-- .../docstring_coverage/docstring_coverage.svg | 20 ------- .../docstring_coverage/docstring_coverage.txt | 54 ------------------- reports/test_coverage/test_coverage.svg | 21 -------- 4 files changed, 3 insertions(+), 98 deletions(-) delete mode 100644 reports/docstring_coverage/docstring_coverage.svg delete mode 100644 reports/docstring_coverage/docstring_coverage.txt delete mode 100644 reports/test_coverage/test_coverage.svg diff --git a/badges/test_coverage.svg b/badges/test_coverage.svg index ae1c3500d..91a5e773d 100644 --- a/badges/test_coverage.svg +++ b/badges/test_coverage.svg @@ -9,13 +9,13 @@ </mask> <g mask="url(#a)"> <path fill="#555" d="M0 0h63v20H0z"/> - <path fill="#fe7d37" d="M63 0h36v20H63z"/> + <path fill="#dfb317" d="M63 0h36v20H63z"/> <path fill="url(#b)" d="M0 0h99v20H0z"/> </g> <g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11"> <text x="31.5" y="15" fill="#010101" fill-opacity=".3">coverage</text> <text x="31.5" y="14">coverage</text> - <text x="80" y="15" fill="#010101" fill-opacity=".3">54%</text> - <text x="80" y="14">54%</text> + <text x="80" y="15" fill="#010101" fill-opacity=".3">68%</text> + <text x="80" y="14">68%</text> </g> </svg> diff --git a/reports/docstring_coverage/docstring_coverage.svg b/reports/docstring_coverage/docstring_coverage.svg deleted file mode 100644 index ea63cd22b..000000000 --- a/reports/docstring_coverage/docstring_coverage.svg +++ /dev/null @@ -1,20 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="142" height="20"> - <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="142" height="20" rx="3" fill="#fff"/> - </clipPath> - <g clip-path="url(#r)"> - <rect width="99" height="20" fill="#555"/> - <rect x="99" width="43" height="20" fill="#97CA00"/> - <rect width="142" height="20" fill="url(#s)"/> - </g> - <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" font-size="110"> - <text x="505" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="890">docstr-coverage</text> - <text x="505" y="140" transform="scale(.1)" textLength="890">docstr-coverage</text> - <text x="1195" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)">91%</text> - <text x="1195" y="140" transform="scale(.1)">91%</text> - </g> -</svg> \ No newline at end of file diff --git a/reports/docstring_coverage/docstring_coverage.txt b/reports/docstring_coverage/docstring_coverage.txt deleted file mode 100644 index ee1e07565..000000000 --- a/reports/docstring_coverage/docstring_coverage.txt +++ /dev/null @@ -1,54 +0,0 @@ - -File: "/home/david/projects/binary_c_root/binarycpython_dev/binary_c-python/binarycpython/utils/dicts.py" - - No docstring for `keys_to_floats` - - No docstring for `_nested_set` - - No docstring for `_nested_get` - - No docstring for `_recursive_normalize_floats` - - No docstring for `AutoVivificationDict.__getitem__` - - No docstring for `AutoVivificationDict.__iadd__` - Needed: 20; Found: 14; Missing: 6; Coverage: 70.0% - - -File: "/home/david/projects/binary_c_root/binarycpython_dev/binary_c-python/binarycpython/utils/distribution_functions.py" - - No docstring for `build_q_table` - Needed: 42; Found: 41; Missing: 1; Coverage: 97.6% - - -File: "/home/david/projects/binary_c_root/binarycpython_dev/binary_c-python/binarycpython/utils/ensemble.py" - - No docstring for `load_ensemble._hook` - Needed: 16; Found: 15; Missing: 1; Coverage: 93.8% - - -File: "/home/david/projects/binary_c_root/binarycpython_dev/binary_c-python/binarycpython/utils/functions.py" - - No docstring for `format_number` - - No docstring for `get_ANSI_colours` - - No docstring for `imports` - - No docstring for `get_username` - Needed: 43; Found: 39; Missing: 4; Coverage: 90.7% - - -File: "/home/david/projects/binary_c_root/binarycpython_dev/binary_c-python/binarycpython/utils/grid.py" - - No docstring for `Population.delete_grid_variable` - - No docstring for `Population._write_gridcode_system_call` - - No docstring for `Population.vb2print` - Needed: 57; Found: 54; Missing: 3; Coverage: 94.7% - - -File: "/home/david/projects/binary_c_root/binarycpython_dev/binary_c-python/binarycpython/utils/grid_options_defaults.py" - - No docstring for `print_option_descriptions` - Needed: 5; Found: 4; Missing: 1; Coverage: 80.0% - - -File: "/home/david/projects/binary_c_root/binarycpython_dev/binary_c-python/binarycpython/utils/spacing_functions.py" - - No docstring for `const_dt._parse_function` - - No docstring for `const_dt._mass_from_time` - - No docstring for `const_dt._time_from_mass` - - No docstring for `const_dt._uniq` - - No docstring for `const_dt._format` - Needed: 11; Found: 6; Missing: 5; Coverage: 54.5% - - -Overall statistics for 17 files: -Needed: 230 - Found: 209 - Missing: 21 -Total coverage: 90.9% - Grade: Great -Docstring coverage badge saved to '/home/david/projects/binary_c_root/binarycpython_dev/binary_c-python/reports/docstring_coverage/docstring_coverage.svg' diff --git a/reports/test_coverage/test_coverage.svg b/reports/test_coverage/test_coverage.svg deleted file mode 100644 index ae1c3500d..000000000 --- a/reports/test_coverage/test_coverage.svg +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg xmlns="http://www.w3.org/2000/svg" width="99" height="20"> - <linearGradient id="b" x2="0" y2="100%"> - <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> - <stop offset="1" stop-opacity=".1"/> - </linearGradient> - <mask id="a"> - <rect width="99" height="20" rx="3" fill="#fff"/> - </mask> - <g mask="url(#a)"> - <path fill="#555" d="M0 0h63v20H0z"/> - <path fill="#fe7d37" d="M63 0h36v20H63z"/> - <path fill="url(#b)" d="M0 0h99v20H0z"/> - </g> - <g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11"> - <text x="31.5" y="15" fill="#010101" fill-opacity=".3">coverage</text> - <text x="31.5" y="14">coverage</text> - <text x="80" y="15" fill="#010101" fill-opacity=".3">54%</text> - <text x="80" y="14">54%</text> - </g> -</svg> -- GitLab