Switch from Travis to Github Actions
This commit is contained in:
@@ -9,3 +9,10 @@
|
||||
{".*win32.*", "DRV_LDFLAGS", "$DRV_LDFLAGS sqlite3.lib"}]}.
|
||||
{cover_enabled, true}.
|
||||
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.
|
||||
{cover_export_enabled, true}.
|
||||
{coveralls_coverdata , "_build/test/cover/eunit.coverdata"}.
|
||||
{coveralls_service_name , "github"}.
|
||||
|
||||
{xref_checks, [undefined_function_calls, undefined_functions, deprecated_function_calls, deprecated_functions]}.
|
||||
|
||||
{profiles, [{test, [{erl_opts, [{src_dirs, ["src", "test"]}]}]}]}.
|
||||
|
||||
Reference in New Issue
Block a user