Skip to content

Commit

Permalink
Test_centos7_release_34
Browse files Browse the repository at this point in the history
Signed-off-by: arnaud <[email protected]>
  • Loading branch information
ARnDOSrte committed Oct 16, 2023
1 parent 1fd5c63 commit 3e65463
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/qa_pr_cpp_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
with:
java-version: 11

- name: Install gcovr
run: sudo pip install gcovr
# - name: Install gcovr
# run: sudo pip install gcovr

# - name: Install Sonar wrapper
# working-directory: ${{ runner.workspace }}
Expand All @@ -96,8 +96,8 @@ jobs:
# unzip sonar-scanner-cli-${SONAR_SCANNER_VERSION}.zip
# ln -s sonar-scanner-${SONAR_SCANNER_VERSION} sonar
# rm sonar-scanner-cli-${SONAR_SCANNER_VERSION}.zip
env:
SONAR_SCANNER_VERSION: 3.3.0.1492
# env:
# SONAR_SCANNER_VERSION: 3.3.0.1492

- name: Download Boost-release
uses: dsaltares/fetch-gh-release-asset@master
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/qa_pr_cpp_ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: QA-PR-CPP
name: QA-PR-CPP-UBUNTU

on:
pull_request:
Expand Down Expand Up @@ -119,14 +119,14 @@ jobs:
if: github.event_name == 'release'
run: cmake --build $GITHUB_WORKSPACE/metrix-simulator/build --target code-coverage

- name: Sonarcloud
working-directory: ${{ runner.workspace }}/powsybl-metrix/metrix-simulator
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: >
${{ runner.workspace }}/sonar/bin/sonar-scanner
-Dsonar.host.url=https://sonarcloud.io
# - name: Sonarcloud
# working-directory: ${{ runner.workspace }}/powsybl-metrix/metrix-simulator
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# run: >
# ${{ runner.workspace }}/sonar/bin/sonar-scanner
# -Dsonar.host.url=https://sonarcloud.io

- name: Prepare Metrix install
if: github.event_name == 'release'
Expand Down

0 comments on commit 3e65463

Please sign in to comment.