diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-02-13 07:21:47 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-02-13 07:21:47 +0100 |
commit | 8af37b3770843f415f1d8786019686a3b6a0a153 (patch) | |
tree | 3fef1f21b537a6bd792ff5c7c4d3463b4d7e465f /.github | |
parent | 8949ba39e63cd7eeb279f20a74db834d02de1bc1 (diff) |
Fix some SonarCloud complaints.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/sonarcloud.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index b788be5f8..7004f157d 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -55,7 +55,7 @@ jobs: --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}" \ --define sonar.organization=lnslbrty \ --define sonar.projectKey=lnslbrty_nDPId \ - --define sonar.exclusions=dependencies/uthash/tests/** \ + --define sonar.exclusions=dependencies/uthash/src/** \ --define sonar.verbose=true \ --define sonar.python.version=3.8 \ --define sonar.cfamily.gcov.reportsPath=coverage.xml |