Skip to content

Commit

Permalink
quality_check_sonarcloud.yml: simplifications and faster build
Browse files Browse the repository at this point in the history
  • Loading branch information
DDvO committed May 3, 2024
1 parent ed57427 commit 0ba2c04
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/quality_check_sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ jobs:
- name: cmake
run: |
USE_LIBCMP=1 cmake .
make
make -j4
- name: test-coverage
run: |
USE_LIBCMP=1 make -f Makefile_v1 clean build
USE_LIBCMP=1 make -f Makefile_v1 test_Mock || true
make -f Makefile_v1 test_Mock || true
find . -name *.gcno -exec gcov {} \;
- name: Run sonar-scanner
env:
Expand Down

0 comments on commit 0ba2c04

Please sign in to comment.