File: .coveragerc

package info (click to toggle)
python-hug 2.6.0-2.4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,072 kB
  • sloc: python: 8,938; sh: 99; makefile: 17
file content (11 lines) | stat: -rw-r--r-- 368 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[report]
include = hug/*.py
omit = hug/development_runner.py
exclude_lines = def hug
                def serve
                def _start_api
                sys.stdout.buffer.write
                class Socket
                pragma: no cover
                except ImportError:
                if MARSHMALLOW_MAJOR_VERSION is None or MARSHMALLOW_MAJOR_VERSION == 2: