projectriff / riff

riff is for functions
https://projectriff.io
Apache License 2.0
799 stars 64 forks source link

Provide a help target for make #1328

Closed glyn closed 5 years ago

glyn commented 5 years ago

I came across this on another project and wondered if it had any value here:

$ make help
all                            Build, test, and regenerate docs
clean                          Delete build output
build                          Build riff
test                           Run the tests
coverage                       Run the tests with coverage and race detection
docs                           Generate documentation
verify-docs                    Verify the generated docs are up to date
check-mockery                  Check that mockery is available and print installation instructions if it isn't
gen-mocks                      Generate mocks
help                           Print help for each make target
codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1328   +/-   ##
=======================================
  Coverage   94.72%   94.72%           
=======================================
  Files          52       52           
  Lines        2599     2599           
=======================================
  Hits         2462     2462           
  Misses        117      117           
  Partials       20       20

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 3f00ea9...365c429. Read the comment docs.

glyn commented 5 years ago

@ericbottard Scott likes this. If you like it too, please merge.

ericbottard commented 5 years ago

This serious dope has been merged as 5c81e052