We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef822f9 commit d84cb70Copy full SHA for d84cb70
.github/workflows/sonarcloud.yml
@@ -35,6 +35,9 @@ jobs:
35
DEBUG: "False"
36
DATABASE_URL: sqlite:///./test.sqlite3
37
ALLOWED_HOSTS: testserver,localhost,127.0.0.1
38
+ SECURE_SSL_REDIRECT: "False"
39
+ SESSION_COOKIE_SECURE: "False"
40
+ CSRF_COOKIE_SECURE: "False"
41
run: |
42
mkdir -p reports
43
uv run pytest --ds=task_manager.settings \
@@ -46,4 +49,4 @@ jobs:
46
49
uses: SonarSource/sonarcloud-github-action@v2
47
50
env:
48
51
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
52
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments