summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.coveragerc7
-rw-r--r--.gitignore8
2 files changed, 15 insertions, 0 deletions
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