diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 00000000..144a9f5c --- /dev/null +++ b/.coveragerc @@ -0,0 +1,7 @@ +[run] +disable_warnings = already-imported + +[report] +include = aurweb/* +exclude_lines = + if __name__ == .__main__.: diff --git a/.gitignore b/.gitignore index 4d961d13..372fa105 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,11 @@ __pycache__/ test/test-results/ test/trash directory* schema/aur-schema-sqlite.sql +data.sql +aurweb.sqlite3 +conf/config +htmlcov/ +fastapi_aw/ +.vim/ +.pylintrc +.coverage