We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af4b59 commit 9d6324dCopy full SHA for 9d6324d
.github/workflows/sonar.yml
@@ -53,6 +53,7 @@ jobs:
53
working-directory: ./backend
54
env:
55
DATABASE_URL: "sqlite:///:memory:"
56
+ PYTHONPATH: .
57
run: |
58
poetry run pytest api/tests --maxfail=1 --disable-warnings --cov=api --cov-report=term-missing --cov-report=xml
59
0 commit comments