Skip to content

Commit

Permalink
Changed build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alpertron committed Jan 29, 2024
1 parent e76ba50 commit 5b4cf75
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ jobs:
- name: install gcovr 5.0
run: |
pip install gcovr==5.0 # 5.1 is not supported
- name: Setup SonarQube
uses: warchant/setup-sonar-scanner@v7
- name: Install sonar-scanner and build-wrapper
uses: SonarSource/sonarcloud-github-c-cpp@v1
- name: Run build-wrapper
run: |
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} make clean all
- name: Run tests to generate coverage statistics
run: |
chmod 755 coverage
Expand Down

0 comments on commit 5b4cf75

Please sign in to comment.