-
Notifications
You must be signed in to change notification settings - Fork 39
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
Fix bug in PackageNaming for kotlin scripts #863
Conversation
### What's done: * Changed logic * Updated smoke tests
### What's done: * Changed logic * Updated smoke tests
Codecov Report
@@ Coverage Diff @@
## master #863 +/- ##
============================================
- Coverage 81.07% 81.06% -0.02%
+ Complexity 2287 2286 -1
============================================
Files 100 100
Lines 5855 5857 +2
Branches 1813 1814 +1
============================================
+ Hits 4747 4748 +1
Misses 286 286
- Partials 822 823 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@@ -0,0 +1,19 @@ | |||
|
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.
discussed, need to add test for kts with package name
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.
Added
### What's done: * Changed logic * Updated smoke tests
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.
What's done:
This pull request closes #861