* adding codecov reporting * update codecov-action to v5 * fix --------- Co-authored-by: Dan Saunders <dan@axolotl.ai>
15 lines
213 B
INI
15 lines
213 B
INI
[run]
|
|
source = axolotl
|
|
omit =
|
|
*/tests/*
|
|
setup.py
|
|
|
|
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
def __repr__
|
|
raise NotImplementedError
|
|
if __name__ == .__main__.:
|
|
pass
|
|
raise ImportError
|