From 4b5656939b20b06f0a8090aab9b3a20d1a3f3dd5 Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Thu, 6 Feb 2025 11:09:35 +0100 Subject: [PATCH] Use coverage flags to distinguish between runs --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fccb28eb..cd050050 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,6 +58,7 @@ jobs: with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} + flags: ${{ matrix.env.ROBOT_MODEL }}-${{ matrix.env.URSIM_VERSION }} - name: Generate URSim log files if: always() run: |