diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index d60217fc83..12290fa032 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -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