File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed
Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,6 @@ defmodule Electric.Client.MixProject do
1717 package: package ( ) ,
1818 source_url: "#{ @ github_repo } /tree/main/packages/elixir-client" ,
1919 homepage_url: "https://electric-sql.com" ,
20- # This will go away after we upgrade Elixir to 1.19, which expects the public `cli/0`
21- # function to be defined instead.
22- preferred_cli_env: [
23- dialyzer: :test ,
24- coveralls: :test ,
25- "coveralls.detail": :test ,
26- "coveralls.post": :test ,
27- "coveralls.html": :test ,
28- "coveralls.cobertura": :test ,
29- "coveralls.lcov": :test
30- ] ,
3120 test_coverage: [
3221 tool: ExCoveralls ,
3322 ignore_modules: [
Original file line number Diff line number Diff line change @@ -33,17 +33,6 @@ defmodule Electric.MixProject do
3333 start_permanent: Mix . env ( ) == :prod ,
3434 deps: deps ( ) ,
3535 aliases: aliases ( ) ,
36- # This will go away after we upgrade Elixir to 1.19, which expects the public `cli/0`
37- # function to be defined instead.
38- preferred_cli_env: [
39- dialyzer: :test ,
40- coveralls: :test ,
41- "coveralls.detail": :test ,
42- "coveralls.post": :test ,
43- "coveralls.html": :test ,
44- "coveralls.cobertura": :test ,
45- "coveralls.lcov": :test
46- ] ,
4736 releases: [
4837 electric: [
4938 applications: @ telemetry_applications_in_release ,
You can’t perform that action at this time.
0 commit comments