-
Notifications
You must be signed in to change notification settings - Fork 4
Conversation
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
📊 Code Metrics Report
|
@kenji-miyake I found that Generaeted URL: Desired URL: I'm looking for the cause of the CI breaking. |
Co-authored-by: Keisuke Shima <keisuke.shima@tier4.jp>
Co-authored-by: Keisuke Shima <keisuke.shima@tier4.jp>
Co-authored-by: Kazuki Miyahara <kmiya@outlook.com>
Co-authored-by: Kazuki Miyahara <kmiya@outlook.com>
Co-authored-by: Kazuki Miyahara <kmiya@outlook.com>
fb8e41a
to
fe46b41
Compare
fd083c0
to
875dc4d
Compare
Codecov Report
@@ Coverage Diff @@
## main #23 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 5 4 -1
Lines 1141 926 -215
======================================
+ Misses 1141 926 -215
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@@ -8,7 +8,6 @@ on: | |||
jobs: | |||
build-using-clang: | |||
runs-on: ubuntu-latest |
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.
@kenji-miyake Thank you for the fixes.
I wanted to use ubuntu:focal
because our development environment is Ubuntu 20.04 focal.
As described in the official document, ubuntu:latest
tag points to the latest LTS version, that is, it will be changed to another version a few years later. It might be no problem, but I would like to mention that here.
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.
@kmiya Thank you, I understand.
Though I wanted to use ubuntu:focal
, but temporarily disabled it for consistency because some workflows didn't work with containers...
I'll try to solve the problem and revert container
tag.
What kinds of PR
What is this PR
Fix CI settings.
How to check this PR
Check CI result.