# Configuration for coverage.py
[run]
omit =
    tests/*
    */__init__.py
source =
    gvm
