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

Refactoring for eliminate utils package #47 #56

Merged
merged 3 commits into from
Oct 13, 2020
Merged

Refactoring for eliminate utils package #47 #56

merged 3 commits into from
Oct 13, 2020

Conversation

HemantJoshi11
Copy link
Contributor

Refactoring utils package to lib/file

@codecov
Copy link

codecov bot commented Oct 13, 2020

Codecov Report

Merging #56 into master will increase coverage by 6.95%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
+ Coverage   68.44%   75.40%   +6.95%     
==========================================
  Files           7        7              
  Lines         187      187              
==========================================
+ Hits          128      141      +13     
+ Misses         58       44      -14     
- Partials        1        2       +1     
Flag Coverage Δ
#unittests 75.40% <100.00%> (+6.95%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lib/file/utils.go 100.00% <ø> (ø)
model/node.go 94.66% <100.00%> (ø)
lib/fetch.go 86.66% <0.00%> (+86.66%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 50084ac...7c8e573. Read the comment docs.

Copy link
Owner

@rodrigo-brito rodrigo-brito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @HemantJoshi11, thank you for your contribution. Please, just fix the import order.

analyzer/analyzer.go Outdated Show resolved Hide resolved
@@ -2,11 +2,10 @@ package model

import (
"fmt"
"github.com/rodrigo-brito/gocity/lib/file"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import order 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok. I will fix

@rodrigo-brito rodrigo-brito merged commit 4eab59f into rodrigo-brito:master Oct 13, 2020
@rodrigo-brito
Copy link
Owner

Hi @HemantJoshi11, thank you

@HemantJoshi11 HemantJoshi11 deleted the #4_eliminate_utils_package branch October 13, 2020 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants