Skip to content

Commit

Permalink
Add valid-v*** tests to sonarcloud (#2641)
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin authored Feb 19, 2025
1 parent 8deb2e5 commit 1bffd3d
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,38 @@ jobs:
batch-name: adequacy-patch-CSR
os: ${{ matrix.os }}

- name: Run tests introduced in 8.6.0
continue-on-error: true
uses: ./.github/workflows/run-tests
with:
simtest-tag: ${{ env.SIMTEST }}
batch-name: valid-v860
os: ${{ env.os }}

- name: Run tests introduced in 8.7.0
continue-on-error: true
uses: ./.github/workflows/run-tests
with:
simtest-tag: ${{ env.SIMTEST }}
batch-name: valid-v870
os: ${{ env.os }}

- name: Run tests introduced in 9.1.0
continue-on-error: true
uses: ./.github/workflows/run-tests
with:
simtest-tag: ${{ env.SIMTEST }}
batch-name: valid-v910
os: ${{ env.os }}

- name: Run tests introduced in 9.2.0
continue-on-error: true
uses: ./.github/workflows/run-tests
with:
simtest-tag: ${{ env.SIMTEST }}
batch-name: valid-v920
os: ${{ env.os }}

- name: Collect coverage into one XML report
run: |
gcovr --sonarqube --output coverage.xml
Expand Down

0 comments on commit 1bffd3d

Please sign in to comment.