-
Notifications
You must be signed in to change notification settings - Fork 324
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
[CI] reviewer lottery and fail-fast #1047
Merged
bmagyar
merged 2 commits into
ros-controls:master
from
christophfroehlich:ci_reviewer_failfast
Feb 15, 2024
Merged
[CI] reviewer lottery and fail-fast #1047
bmagyar
merged 2 commits into
ros-controls:master
from
christophfroehlich:ci_reviewer_failfast
Feb 15, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
requested review from
bijoua29,
bmagyar,
destogl,
fmauch,
livanov93,
VanshGehlot and
VX792
February 15, 2024 12:23
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1047 +/- ##
===========================================
+ Coverage 47.71% 71.72% +24.00%
===========================================
Files 41 41
Lines 3871 3639 -232
Branches 1833 1781 -52
===========================================
+ Hits 1847 2610 +763
+ Misses 751 709 -42
+ Partials 1273 320 -953
Flags with carried forward coverage won't be shown. Click here to find out more.
|
bmagyar
approved these changes
Feb 15, 2024
christophfroehlich
added a commit
that referenced
this pull request
Feb 19, 2024
christophfroehlich
added a commit
to christophfroehlich/ros2_controllers
that referenced
this pull request
Feb 19, 2024
bmagyar
pushed a commit
that referenced
this pull request
Feb 27, 2024
bmagyar
pushed a commit
that referenced
this pull request
Feb 27, 2024
henrygerardmoore
pushed a commit
to henrygerardmoore/ros2_controllers
that referenced
this pull request
Jul 19, 2024
Bumps [ros-tooling/action-ros-ci](https://github.com/ros-tooling/action-ros-ci) from 0.3.0 to 0.3.2. - [Release notes](https://github.com/ros-tooling/action-ros-ci/releases) - [Commits](ros-tooling/action-ros-ci@0.3.0...0.3.2) --- updated-dependencies: - dependency-name: ros-tooling/action-ros-ci dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
setting
for matrix strategy. otherwise the main or test build will be cancelled if the other one fails.
Also uses now the reviewer lottery database from ros2_control_ci