Skip to content
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

feat: add lint/e2e tests support #126

Merged
merged 1 commit into from
Jan 18, 2023
Merged

feat: add lint/e2e tests support #126

merged 1 commit into from
Jan 18, 2023

Conversation

Xunzhuo
Copy link
Collaborator

@Xunzhuo Xunzhuo commented Jan 17, 2023

Signed-off-by: bitliu bitliu@tencent.com

Ⅰ. Describe what this PR did

Part of: #122

Closes: #80

@codecov-commenter
Copy link

codecov-commenter commented Jan 17, 2023

Codecov Report

Merging #126 (a4007cc) into main (0bf395a) will decrease coverage by 0.04%.
The diff coverage is n/a.

❗ Current head a4007cc differs from pull request most recent head 08f3cf0. Consider uploading reports for the commit 08f3cf0 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #126      +/-   ##
==========================================
- Coverage   26.32%   26.28%   -0.05%     
==========================================
  Files          26       26              
  Lines        4524     4524              
==========================================
- Hits         1191     1189       -2     
- Misses       3257     3259       +2     
  Partials       76       76              
Impacted Files Coverage Δ
pkg/bootstrap/server.go 62.21% <0.00%> (-0.77%) ⬇️

@Xunzhuo Xunzhuo changed the title feat: init e2e tests feat: add e2e tests support Jan 17, 2023
@Xunzhuo Xunzhuo force-pushed the ci-e2e branch 8 times, most recently from 45c31df to 08f3cf0 Compare January 17, 2023 09:06
@Xunzhuo Xunzhuo marked this pull request as ready for review January 17, 2023 09:10
@Xunzhuo Xunzhuo changed the title feat: add e2e tests support feat: add lint/e2e tests support Jan 17, 2023
@Xunzhuo Xunzhuo force-pushed the ci-e2e branch 6 times, most recently from 09a9d8e to 5fbe529 Compare January 17, 2023 14:36
Signed-off-by: bitliu <bitliu@tencent.com>
Copy link
Collaborator

@johnlanni johnlanni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome. What an excellent PR!

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

Successfully merging this pull request may close these issues.

引入集成测试流程,使用 kind/k3s 安装 Higress 可以跑 e2e 测试用例 (Add e2e tests for CI)
3 participants