Closed mikaelarguedas closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.35%. Comparing base (
554d1c7
) to head (02bc4f1
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
These kinds of changes need to go through a CI round in order to get merged into Rolling, as per our Contributor guidelines.
Please make sure to run CI on these changes, and for any future PRs.
Oh my bad I assumed that the approval from @ahcorde was enough (as there is no instance of these verbs in the entire codebase).
will do in the future :+1:
We agree that that doesnt apply to PRs for local CI purposes like my ongoing github actions and codecov PRs?
We agree that that doesnt apply to PRs for local CI purposes like my ongoing github actions and codecov PRs?
Yeah, those are totally fine; they don't affect the code directly.
Yeah, those are totally fine; they don't affect the code directly.
Neither does removing verbs that were never used anywhere in the ros2.repos file :thinking:
Neither does removing verbs that were never used anywhere in the ros2.repos file 🤔
Nevertheless, it is our development practice to always run CI on code changes. There have been very many times when a change that should not have changed anything broke on Windows.
ok :+1:
Which jobs should be ran in debug mode ?
I dont see it in the developper workflow and from my recollection that's where most of my python change headaches came from (Python + Debug + Windows)
(not trying to be sassy, just wanting to make sure I follow the right workflow for https://github.com/ros2/sros2/pull/300 and future ones)
Which jobs should be ran in debug mode ?
Yeah, it's a good question. The honest answer is that we don't (typically) run Windows Debug as part of normal CI. We usually just wait for the nightlies to run it, and then fixup afterwards.
In any case, it looks like you've figure out how to run it, so that is a nice bonus. Thanks for doing that.
Deprecated since 2020