-
Notifications
You must be signed in to change notification settings - Fork 90
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
core: fetcher implementation for builder api #823
core: fetcher implementation for builder api #823
Conversation
@@ -6,7 +6,7 @@ linters-settings: | |||
skip-tests: true | |||
dupl: | |||
# tokens count to trigger issue, 150 by default | |||
threshold: 350 | |||
threshold: 400 |
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.
another dupl
core/fetcher/fetcher_test.go:163: 163-228 lines are duplicate of core/fetcher/fetcher_test.go:96-161
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.
lol
Codecov Report
@@ Coverage Diff @@
## main #823 +/- ##
==========================================
- Coverage 54.47% 54.39% -0.08%
==========================================
Files 109 109
Lines 11121 11183 +62
==========================================
+ Hits 6058 6083 +25
- Misses 4168 4203 +35
- Partials 895 897 +2
Continue to review full report at Codecov.
|
@@ -6,7 +6,7 @@ linters-settings: | |||
skip-tests: true | |||
dupl: | |||
# tokens count to trigger issue, 150 by default | |||
threshold: 350 | |||
threshold: 400 |
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.
lol
category: feature
ticket: #809