You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
draft 2
draft 3
draft 4
draft 5
draft 6
DBC22-6776: fixed broken test cases
removed commented out code
DBC22-6776: switch to fixed pixels to cluster icons
DBC22-6776: removed variables not used
DBC22-6776: updated grouped icons styling
DBC22-6776: updated grouped icon text color
DBC22-6776: updated text font in grouped icon
DBC22-6776: fixed broken test case
DBC22-6776: excluded index.js to void unit test canclling during Analysis progress
DBC22-6776: fixed sonar scan alerts
DBC22-6776: fixed sonar scan alerts part 2
Copy file name to clipboardExpand all lines: .github/workflows/codetest-sonarcloud.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,9 @@ jobs:
111
111
sed -i "s/<source>\/home\/runner\/work\/DriveBC.ca\/DriveBC.ca<\/source>/<source>\/github\/workspace<\/source>/g" /home/runner/work/DriveBC.ca/DriveBC.ca/coverage.xml
112
112
- name: SonarCloud Scan
113
113
uses: SonarSource/sonarqube-scan-action@v8.2.0
114
+
with:
115
+
args: >
116
+
-Dsonar.exclusions=src/frontend/src/index.js
114
117
env:
115
118
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
0 commit comments