refactors settings and adds security tests

This commit is contained in:
msramalho
2024-10-20 21:30:00 +01:00
parent d2f9f91a5c
commit 84cbf720a9
15 changed files with 203 additions and 47 deletions

View File

@@ -37,7 +37,7 @@ jobs:
working-directory: src
- name: Run tests with coverage
run: PYTHONPATH=. pipenv run coverage run -m pytest -v --color=yes tests/
run: PYTHONPATH=. PIPENV_DOTENV_LOCATION=.env.test pipenv run coverage run -m pytest -v --color=yes tests/
working-directory: src
- name: Report coverage