mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
9 lines
No EOL
160 B
INI
9 lines
No EOL
160 B
INI
[flake8]
|
|
exclude = squashfs-root
|
|
|
|
[coverage:run]
|
|
source = beeref
|
|
|
|
[tool:pytest]
|
|
norecursedirs = squashfs-root
|
|
addopts = --cov-report html --cov-config=setup.cfg |