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

Update CI to use jobs and golangci-lint 1.23.1 #11

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Update CI to use jobs and golangci-lint 1.23.1 #11

wants to merge 5 commits into from

Conversation

x448
Copy link
Contributor

@x448 x448 commented Jan 25, 2020

Use jobs for build, lint, coverage, and race. Use golangci-lint 1.23.1 to run linters. Update .travis.yml and create .golangci.yml with some settings for linters.

Use jobs for build, lint, coverage and race. Use golangci-lint 1.23.1 to run linters.
This is pretty aggressive with 30+ linters enabled.  Enable one-by-one using a prioritized list if it's too noisy to tackle in one session.
@codecov-io
Copy link

codecov-io commented Jan 25, 2020

Codecov Report

Merging #11 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #11   +/-   ##
=======================================
  Coverage   60.16%   60.16%           
=======================================
  Files          15       15           
  Lines        1368     1368           
=======================================
  Hits          823      823           
  Misses        362      362           
  Partials      183      183

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 55dd845...5c70f5f. 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.

2 participants