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

Enhance the test coverage for both yurt-manager and yurthub to exceed 65% utilizing the capabilities of Tongyi Lingma's tool. #2082

Open
rambohe-ch opened this issue Jun 19, 2024 · 2 comments
Labels
kind/feature kind/feature

Comments

@rambohe-ch
Copy link
Member

Motivation

The current test coverage for the yurt-manager and yurthub modules in the OpenYurt project is as follows:

  • yurt-manager: 53%
  • yurthub: 58%

The coverage details can be checked on Codecov.

Objectives

The primary goal of this task is to enhance test coverage for the specified modules using Tongyi Lingma's testing tools. The target is to increase the test coverage to exceed 65% for each module. The modules in focus are:

Related Issues

For more context on the tools and methodologies that may be employed in this task, refer to the following competition and its resources:

2024 Tianchi Cloud Native Programming Challenge - Track 3

@rambohe-ch rambohe-ch added the kind/feature kind/feature label Jun 19, 2024
@urlyy
Copy link

urlyy commented Jul 7, 2024

Hi, I'd like to take this. But I wonder how can I get my codecov result on https://app.codecov.io/ ?

@rambohe-ch
Copy link
Member Author

Hi, I'd like to take this. But I wonder how can I get my codecov result on https://app.codecov.io/ ?

@urlyy welcome you to contribute this issue. you can view the coverage on codecov link: https://app.codecov.io/gh/openyurtio/openyurt/tree/master/pkg

by the way, you can also check the coverage locally by executing command go test -v -coverprofile=coerage.out ./....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature kind/feature
2 participants