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

cli: sort the results #115

Merged
merged 1 commit into from
Oct 2, 2017
Merged

cli: sort the results #115

merged 1 commit into from
Oct 2, 2017

Conversation

darkowlzz
Copy link
Contributor

Adds FileCount and FileCountList types for storing language file and
their count which can be sorted based on the value of count.

fixes #103

Adds `FileCount` and `FileCountList` types for storing language file and
their count which can be sorted based on the value of count.

Signed-off-by: Sunny <me@darkowlzz.space>
@codecov
Copy link

codecov bot commented Sep 30, 2017

Codecov Report

Merging #115 into master will increase coverage by 0.04%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #115      +/-   ##
==========================================
+ Coverage   83.67%   83.72%   +0.04%     
==========================================
  Files          17       17              
  Lines         980      983       +3     
==========================================
+ Hits          820      823       +3     
  Misses         98       98              
  Partials       62       62
Impacted Files Coverage Δ
utils.go 51.51% <100%> (+4.84%) ⬆️

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 ded6d36...b84e338. Read the comment docs.

@abeaumont abeaumont self-assigned this Oct 2, 2017
@abeaumont abeaumont merged commit 5b05a3b into src-d:master Oct 2, 2017
@abeaumont
Copy link
Contributor

Thanks @darkowlzz !

@codecov-io
Copy link

Codecov Report

Merging #115 into master will increase coverage by 0.04%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #115      +/-   ##
==========================================
+ Coverage   83.67%   83.72%   +0.04%     
==========================================
  Files          17       17              
  Lines         980      983       +3     
==========================================
+ Hits          820      823       +3     
  Misses         98       98              
  Partials       62       62
Impacted Files Coverage Δ
utils.go 51.51% <100%> (+4.84%) ⬆️

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 ded6d36...b84e338. Read the comment docs.

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.

Results are not sorted
3 participants