File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 99# the `language` matrix defined below to confirm you have the correct set of
1010# supported CodeQL languages.
1111#
12- name : " Code Analysis"
12+ name : " CodeQL Analysis"
1313
1414on :
1515 push :
Original file line number Diff line number Diff line change 6161 session : ${{ fromJson(needs.generate-jobs.outputs.session) }}
6262 steps :
6363 - uses : actions/checkout@v4
64+ with :
65+ fetch-depth : 0 # SonraQube analysis requires disabling shallow clones
66+
6467 - name : Install nox
6568 uses : wntrblm/nox@2254a1ee500bbf66c2a5e4ff5dad030b9f579dcd # https://github.com/wntrblm/nox/tags
69+
6670 - name : Install uv
6771 uses : astral-sh/setup-uv@v5
6872 with :
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ sonar.projectName=django-modern-rpc
99sonar.sources =modernrpc
1010sonar.tests =tests
1111sonar.exclusions =tests
12+ # These files are omitted in pyproject's coverage settings, but still considered uncovered by Sonar
13+ sonar.coverage.exclusions =modernrpc/apps.py,modernrpc/compat.py
1214
1315# Encoding of the source code. Default is default system encoding
1416sonar.sourceEncoding =UTF-8
You can’t perform that action at this time.
0 commit comments