Skip to content

Commit

Permalink
Sonar: disable tests temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdro committed Nov 20, 2023
1 parent 4539184 commit ed18305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Expand Up @@ -62,7 +62,7 @@ jobs:
./configure
sleep 1
touch doc/libhideip.info
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} make all check CFLAGS='-fprofile-abs-path --coverage -O0'
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} make all CFLAGS='-fprofile-abs-path --coverage -O0'
mkdir coverage-dir
cd coverage-dir
find .. -name '*.o' | xargs gcov --preserve-paths
Expand Down

0 comments on commit ed18305

Please sign in to comment.