Add run-retry action to workaround integtest gcovr issue (#7507)
* Add `run-retry` composite action to workaround `integtest` `gcovr` issue * Update ChangeLog * Add comment explaining retry
This commit is contained in:
5
.github/workflows/sonarcloud-analysis.yml
vendored
5
.github/workflows/sonarcloud-analysis.yml
vendored
@ -78,10 +78,13 @@ jobs:
|
||||
QT_QPA_PLATFORM: offscreen
|
||||
run: cmake --build build --target coverage-unittests
|
||||
|
||||
# Retry integtests coverae as gcovr intermittently fails to parse .gcda files.
|
||||
- name: Integration tests coverage
|
||||
env:
|
||||
QT_QPA_PLATFORM: offscreen
|
||||
run: cmake --build build --target coverage-integtests
|
||||
uses: ./.github/actions/run-retry
|
||||
with:
|
||||
run: cmake --build build --target coverage-integtests
|
||||
|
||||
- name: Get coverage report paths
|
||||
id: coverage-paths
|
||||
|
||||
Reference in New Issue
Block a user