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

Improve camel case implementation #5

Merged
merged 9 commits into from
Nov 12, 2019
Merged

Improve camel case implementation #5

merged 9 commits into from
Nov 12, 2019

Conversation

stoewer
Copy link
Owner

@stoewer stoewer commented Nov 12, 2019

Changes:

  • Preserve case when converting from upper to lower camel case and vice versa
  • Change linter to golangci-lint
  • Switch from travis to circle-ci

@stoewer stoewer force-pushed the improve-camel-case branch 2 times, most recently from 85a7a3b to 1167e08 Compare November 12, 2019 20:29
@coveralls
Copy link

coveralls commented Nov 12, 2019

Coverage Status

Coverage increased (+1.3%) to 100.0% when pulling 29ef824 on improve-camel-case into 56c6d9c on master.

@codecov
Copy link

codecov bot commented Nov 12, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@56c6d9c). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master     #5   +/-   ##
=======================================
  Coverage          ?   100%           
=======================================
  Files             ?      4           
  Lines             ?     71           
  Branches          ?      0           
=======================================
  Hits              ?     71           
  Misses            ?      0           
  Partials          ?      0
Impacted Files Coverage Δ
helper.go 100% <100%> (ø)
camel.go 100% <100%> (ø)

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 56c6d9c...fb8886b. Read the comment docs.

@stoewer stoewer merged commit d9b4e2d into master Nov 12, 2019
@stoewer stoewer deleted the improve-camel-case branch November 12, 2019 21:10
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.

2 participants