Skip to content

Commit b99d5df

Browse files
authored
Update sonarcloud.yml
1 parent 691d3a4 commit b99d5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
sudo apt-get update
4747
sudo apt-get install -y gcovr
48-
gcovr -r . --filter '.*backend/.*' --sonarqube --output coverage.xml
48+
gcovr -r . --filter '.*backend/.*' --exclude-conditions --sonarqube --output coverage.xml
4949
5050
5151
- name: SonarQube Scan

0 commit comments

Comments
 (0)