aurweb/.gitignore
Kevin Morris 4230772e3b add .coveragerc, update .gitignore
Now, .coveragerc enforces a minimum overall 82% coverage, as is
the current standing. Providing less than 100% coverage for added
code should reduce the overall coverage and eventually reach 81%
or below, causing coverage report to fail on execution.

Developers should increase the failure minimum as they increase
coverage across the uncovered code.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-06-05 19:49:19 -07:00

19 lines
244 B
Text

dummy-data.sql*
po/*.mo
po/*.po~
po/POTFILES
web/locale/*/
aur.git/
__pycache__/
*.py[cod]
test/test-results/
test/trash directory*
schema/aur-schema-sqlite.sql
data.sql
aurweb.sqlite3
conf/config
htmlcov/
fastapi_aw/
.vim/
.pylintrc
.coverage