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

Use fmt.Errorf to be able to unwrap error #46

Merged
merged 6 commits into from
Jan 17, 2021
Merged

Conversation

johejo
Copy link
Contributor

@johejo johejo commented Dec 1, 2020

Also includes minor refactorings

And added a workflow file for github actions.

Should I delete the .travis.yml and badges?

@codecov-io
Copy link

codecov-io commented Dec 1, 2020

Codecov Report

Merging #46 (3136567) into master (2c8720d) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #46   +/-   ##
=======================================
  Coverage   90.27%   90.27%           
=======================================
  Files           2        2           
  Lines         185      185           
=======================================
  Hits          167      167           
  Misses         13       13           
  Partials        5        5           
Impacted Files Coverage Δ
shellwords.go 89.59% <100.00%> (ø)
util_posix.go 100.00% <100.00%> (ø)

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 2c8720d...3136567. Read the comment docs.

@mattn
Copy link
Owner

mattn commented Jan 17, 2021

LGTM

@mattn mattn merged commit 501b5b2 into mattn:master Jan 17, 2021
@mattn
Copy link
Owner

mattn commented Jan 17, 2021

Thanks

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.

None yet

3 participants