-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add CI support #41
Comments
I usually run |
As of master 0c702ab self-gradualizing does not crash any more 🎉 so can be included in the CI as a crash-test. |
It seems like it's easier to get code coverage reports if rebar3 is used: https://erlang.mk/guide/coverage.html, https://www.rebar3.org/docs/running-tests#section-code-coverage |
Or maybe not: https://github.com/ninenines/erlang.mk/blob/master/plugins/cover.mk @zuiderkwast care to chime in? |
|
We have a decent test suite. It's be nice to leverage this by adding CI support. I have good experience with travis-ci but I'm interested in
We also have the possibility to run dialyzer if we implement CI support. Do people think that would be a good idea? I personally think it's be good to keep Gradualizer free from dialyzer warnings, but I'm too lazy to run it frequently. However, @gomoripeti runs it every now and again and finds useful improvements.
The text was updated successfully, but these errors were encountered: