-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Makefile outdated #852
Comments
Hi @deadprogram , after the main problems are fixed, how want we proceed?
|
Maybe useful to make a decision:
|
OK then not examples :) |
"1:45" was maybe misleading, changed to sec. |
Hi @deadprogram , check examples with "go vet" takes only ~50sec in circleci. Should we add it, what do you think? |
Probably a good idea, keep them from getting messy. 😸 |
part of release v2.0.0 |
The "fmt_check" and "test_with_coverage" will not work in general, because the folder ".ci" is not exist. Also the excluding of vendor folder for tests should normally not be needed anymore.
suggested change for "fmt_check":
suggested change for "test_with_coverage":
https://stackoverflow.com/questions/10516662/how-to-measure-test-coverage-in-go
In addition:
After everything is working again:
Alternatively, if nobody needs the "Makefile", it can be removed completely.
The text was updated successfully, but these errors were encountered: