We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc404d9 commit 4b56569Copy full SHA for 4b56569
.github/workflows/ci.yml
@@ -58,6 +58,7 @@ jobs:
58
with:
59
fail_ci_if_error: true
60
token: ${{ secrets.CODECOV_TOKEN }}
61
+ flags: ${{ matrix.env.ROBOT_MODEL }}-${{ matrix.env.URSIM_VERSION }}
62
- name: Generate URSim log files
63
if: always()
64
run: |
0 commit comments