Skip to content

Commit 8e9587f

Browse files
committed
[NRL-1922] WIP add some workflow debug
1 parent 64db9ff commit 8e9587f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/pr-checks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656
name: build-artifacts
5757
path: dist
5858

59+
- name: DEBUG - Check things are set up correctly
60+
run: |
61+
find . -name "test-coverage.xml"
62+
ls -la dist
63+
5964
- name: SonarQube scan
6065
uses: sonarsource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 #v7.0.0
6166
env:

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sonar.projectName=NRLF
55
sonar.python.version=3.12
66

77
sonar.exclusions=scripts/**
8-
sonar.coverage.exclusions=scripts/**, test/**, **/tests/**
8+
sonar.coverage.exclusions=scripts/**, tests/**, **/tests/**
99
sonar.cpd.exclusions=tests/**, **/tests/**
1010

1111
sonar.python.coverage.reportPaths=dist/test-coverage.xml

0 commit comments

Comments
 (0)