Skip to content

Commit d85b095

Browse files
committed
chore: fix some more sonar warnings
1 parent d1a00a0 commit d85b095

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23+
with:
24+
depth: 0
2325

2426
- name: Install tools from mise
2527
uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0

sonar-project.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sonar.projectKey=RobBrazier_calibre-plugins
22
sonar.organization=robbrazier
3+
sonar.exclusions=coverage.xml,xunit.xml
34
sonar.python.xunit.reportPath=xunit.xml
45
sonar.python.coverage.reportPaths=coverage.xml

0 commit comments

Comments
 (0)