-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge 7 ➡️ 8 #414
Merge 7 ➡️ 8 #414
Conversation
Signed-off-by: Silvio Traversaro <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
…383) --------- Signed-off-by: Alejandro Hernández Cordero <[email protected]> Signed-off-by: Aditya <[email protected]> Signed-off-by: Ian Chen <[email protected]> Co-authored-by: Aditya Pande <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Merge ign-sensors3 ➡️ ign-sensors6
* Use on `push` only on stable branches to avoid duplicate runs * Update project automation Signed-off-by: Addisu Z. Taddese <[email protected]>
Merge ign-sensors3 ➡️ ign-sensors6 Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
…409) This is to help migration to newer versions of Gazebo and allows users to replace ignition_frame_id in their SDF files while still in Fortress. Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
Merge ign-sensors3 ➡️ ign-sensors6
Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Merge ign-sensors6 ➡️ gz-sensors7
@@ -8,7 +8,7 @@ jobs: | |||
name: Ubuntu Jammy CI | |||
steps: | |||
- name: Checkout | |||
uses: actions/checkout@v3 | |||
uses: actions/checkout@v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be more changes to this file:
on:
pull_request:
push:
branches:
- 'ign-sensors[0-9]'
- 'gz-sensors[0-9]?'
- 'main'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added and force-pushed
Signed-off-by: Ian Chen <[email protected]>
fixed |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## gz-sensors8 #414 +/- ##
===============================================
- Coverage 72.78% 72.77% -0.02%
===============================================
Files 36 36
Lines 4972 4980 +8
===============================================
+ Hits 3619 3624 +5
- Misses 1353 1356 +3 ☔ View full report in Codecov by Sentry. |
➡️ Forward port
Port
gz-sensors7
togz-sensors8
Branch comparison: gz-sensors8...gz-sensors7
Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)