[run]
source = "colorspace"

omit =
    # Exclude choose_palette from coverage
    src/colorspace/choose_palette.py
    # Excluding cvd_image (image manipulator)
    src/colorspace/cvd_image.py
    # Excluding tests themselves from coverage
    src/colorspace/tests/test_*

[report]
exclude_also =
    def _repr_html_
