-
Notifications
You must be signed in to change notification settings - Fork 5
Development test git #474
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
Development test git #474
Conversation
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.
- Please install pre-commit https://github.com/threefoldtech/js-ng/blob/development/docs/wiki/contribution.md#pre-commit
Scenarios need to be covered.
- Setting a remote url and check that the git config has been changed to the new url, and also from the property (remote_url).
- Commit changes with
add_all=False
.
Codecov Report
@@ Coverage Diff @@
## development #474 +/- ##
===============================================
+ Coverage 68.31% 68.71% +0.39%
===============================================
Files 83 85 +2
Lines 3895 3941 +46
===============================================
+ Hits 2661 2708 +47
+ Misses 1234 1233 -1
Continue to review full report at Codecov.
|
…into development
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.
- Please don't forget the pre-commit installation, and setting remote url scenario.
@@ -15,5 +16,8 @@ def tearDown(self): | |||
def generate_random_text(): | |||
return j.data.idgenerator.chars(10) | |||
|
|||
def random_name(self): | |||
return j.data.idgenerator.nfromchoices(10, string.ascii_letters) |
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.
Can be replaced by
return j.data.idgenerator.nfromchoices(10, string.ascii_letters) | |
return j.data.idgenerator.chars(10) |
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.
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.
Please check the typo CI
Description
Test coverage for Git client
Related Issues
#472