We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a00a0 commit d85b095Copy full SHA for d85b095
2 files changed
.github/workflows/build.yaml
@@ -20,6 +20,8 @@ jobs:
20
21
steps:
22
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23
+ with:
24
+ depth: 0
25
26
- name: Install tools from mise
27
uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
sonar-project.properties
@@ -1,4 +1,5 @@
1
sonar.projectKey=RobBrazier_calibre-plugins
2
sonar.organization=robbrazier
3
+sonar.exclusions=coverage.xml,xunit.xml
4
sonar.python.xunit.reportPath=xunit.xml
5
sonar.python.coverage.reportPaths=coverage.xml
0 commit comments