-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
test: improve coverage #3874
Comments
Yes, 80-90% is truly a better status. Do you have some time to work on this? |
OK, I'm free on weekends, but I need to take the time to familiarize myself with the code logic first. |
Sure, feel free to let the community know if you need any assistance. |
#4113 add test for https://github.com/apolloconfig/apollo/blob/4a202065964a2daf4ebe1316b0f6ea5c0ce73105/apollo-core/src/main/java/com/ctrip/framework/apollo/core/utils/PropertiesUtil.java Thanks @youyulan The test of xxxUtil is a good first pull request for new contributors. |
Are there any more tests left and do you guys want me to cover them? |
Ok cool, I'll try to cover as many of these as I can over this weekend. Thanks guys! |
Which branch should I pull from and commit to? |
|
Yeah, I forked the project created a new branch but when I am trying to commit from my eclipse IDE it's not allowing me. |
Try another git tool? |
I tried from terminal using auth code but it's giving access denied 403 for my id? |
This reverts commit bd9f5e2. Reverting the commit.
The code coverage https://codecov.io/github/ctripcorp/apollo seems to be less than 60%.
It would be great if it can be brought up around 80-90%.
The text was updated successfully, but these errors were encountered: