-
Notifications
You must be signed in to change notification settings - Fork 97
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] Use wf from ros2_control_ci for coverage build #188
[CI] Use wf from ros2_control_ci for coverage build #188
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## ros2-master #188 +/- ##
============================================
Coverage 50.10% 50.10%
============================================
Files 10 10
Lines 497 497
Branches 166 167 +1
============================================
Hits 249 249
Misses 217 217
Partials 31 31
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
Seems fine the failing lottery seems unrelated.
I'm not sure about this token now, the coverage workflow fails mentioning a missing codecov token, and it didn't get updated since the first commit in this PR :/ |
hm, you're right. The docs seem to be pretty clear about tokens, btw. Maybe we use v3 in those repos where it works without a token? I am wondering why our CI job isn't failing. This one (in my own repo) does. |
I'm not sure why it doesn't work from my fork then (or why it worked only once to be precise). I'll open this PR in another repo and see what happens there. Maybe one from a fork and one from a branch of the repo itself. but we have the error there as well: I'll have a look how to properly pass the secret, but it didn't work out when I tried it the first time.
Thanks for fixing this. |
This reverts commit 60dfa5f.
This reverts commit 4b8000a.
Seems to be fixed with ros-controls/ros2_control_ci#20, waiting for the merge |
This reverts commit c376a67.
Reusable workflow was added with ros-controls/ros2_control_ci#12
Together with #181 this closes #111