diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-12-24 02:35:56 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-12-24 02:36:23 +0100 |
commit | 3fa5925ad6c9ce558dd9726a02614fd6f9c031e5 (patch) | |
tree | 7306e3877ae038e984820b445fc4b0593ac7bd61 /.github | |
parent | 669ed9bcae110ca0539876193ec3b8cb9b8a8a18 (diff) | |
download | libquotient-3fa5925ad6c9ce558dd9726a02614fd6f9c031e5.tar.gz libquotient-3fa5925ad6c9ce558dd9726a02614fd6f9c031e5.zip |
Analyse in 2 threads
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8596ccd5..47c92ad3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -223,4 +223,5 @@ jobs: $HOME/.sonar/sonar-scanner*/bin/sonar-scanner \ -Dsonar.host.url="$SONAR_SERVER_URL" \ -Dsonar.cfamily.build-wrapper-output="$BUILD_PATH/sonar" \ + -Dsonar.cfamily.threads=2 \ -Dsonar.cfamily.gcov.reportsPath=.coverage |