You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
426 B
INI
26 lines
426 B
INI
# SPDX-FileCopyrightText: 2015-2023 Tanguy Fardet
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
[run]
|
|
branch = True
|
|
source = nngt/
|
|
|
|
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
def __repr__
|
|
raise
|
|
if __name__ == .__main__.:
|
|
def _repr_pretty_
|
|
|
|
include = nngt/*
|
|
|
|
omit =
|
|
**/setup.py
|
|
nngt/geometry/*
|
|
nngt/database/*
|
|
nngt/simulation/*
|
|
nngt/geospatial/*
|
|
nngt/lib/db_tools.py
|
|
nngt/plot/chord_diag/*
|