diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 633984ed97..a5fae990a6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -157,6 +157,7 @@ jobs: with: name: test-results-${{ matrix.env.IMAGE }} path: ${{ env.BASEDIR }}/target_ws/**/test_results/**/*.xml + overwrite: true - name: Generate codecov report uses: rhaschke/lcov-action@main if: always() && matrix.env.CCOV && steps.ici.outputs.target_test_results == '0'