Skip to content

Commit 4b56569

Browse files
committed
Use coverage flags to distinguish between runs
1 parent bc404d9 commit 4b56569

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
with:
5959
fail_ci_if_error: true
6060
token: ${{ secrets.CODECOV_TOKEN }}
61+
flags: ${{ matrix.env.ROBOT_MODEL }}-${{ matrix.env.URSIM_VERSION }}
6162
- name: Generate URSim log files
6263
if: always()
6364
run: |

0 commit comments

Comments
 (0)