Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Fix CI settings #23

Merged
merged 19 commits into from
Mar 30, 2021
Merged

Fix CI settings #23

merged 19 commits into from
Mar 30, 2021

Conversation

kenji-miyake
Copy link
Contributor

What kinds of PR

  • New feature
  • Improve feature
  • Bug fix

What is this PR

Fix CI settings.

How to check this PR

Check CI result.

Kenji Miyake added 13 commits March 29, 2021 01:01
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>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
@github-actions
Copy link

📊 Code Metrics Report

Branch Metrics
This PR code-metrics.html
main code-metrics.html

@KeisukeShima
Copy link
Collaborator

KeisukeShima commented Mar 29, 2021

.github/workflows/code_metrics_pr.yml Outdated Show resolved Hide resolved
.github/workflows/code_metrics_main.yml Outdated Show resolved Hide resolved
kenji-miyake and others added 5 commits March 29, 2021 17:32
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>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
@codecov-io
Copy link

codecov-io commented Mar 29, 2021

Codecov Report

Merging #23 (875dc4d) into main (aaa2a32) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##            main     #23    +/-   ##
======================================
  Coverage   0.00%   0.00%            
======================================
  Files          5       4     -1     
  Lines       1141     926   -215     
======================================
+ Misses      1141     926   -215     
Flag Coverage Δ
unittests 0.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
obstacle_stop_planner_refine/src/node.cpp 0.00% <0.00%> (ø)
obstacle_stop_planner_refine/src/debug_marker.cpp 0.00% <0.00%> (ø)
obstacle_stop_planner_refine/src/main.cpp

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update aaa2a32...875dc4d. Read the comment docs.

@KeisukeShima KeisukeShima merged commit 8e09f12 into main Mar 30, 2021
@KeisukeShima KeisukeShima deleted the fix-ci-settings branch March 30, 2021 00:39
@@ -8,7 +8,6 @@ on:
jobs:
build-using-clang:
runs-on: ubuntu-latest
Copy link
Contributor

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.

Copy link
Contributor Author

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants