Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
woodfell committed Nov 14, 2023
1 parent 2f7f157 commit aeec40d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
-Dsonar.cfamily.threads=4
-Dsonar.cfamily.llvm-cov.reportPath=./build/ccov/coverage.txt
-Dsonar.cfamily.compile-commands=./build/compile_commands.json
-Dsonar.sources=c
-Dsonar.inclusions=c/src/**/*,c/include/**/*
-Dsonar.exclusions=c/text/**/*
-Dsonar.sources=.
-Dsonar.inclusions=/**/c/src/**/*,/**/c/include/**/*
-Dsonar.exclusions=/**/c/test/**/*
2 changes: 1 addition & 1 deletion c/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if (NOT CMAKE_C_COMPILER_ID STREQUAL "MSVC")
-Wformat=0
)
endif()

return()
swift_add_test(test-libsbp-v4
UNIT_TEST
SRCS
Expand Down

0 comments on commit aeec40d

Please sign in to comment.