You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Add the following parameters.
31
31
- It's an optional setting for skipping `MIX_ENV=test` part when executing `mix coveralls` tasks.
32
32
-`test_coverage: [test_task: "espec"]` if you use Espec instead of default ExUnit.
33
33
-`:excoveralls` in the deps function.
34
-
-`Applicaton.put_env(:excoveralls, :base_path, "/bash/path")` an optional config if you want to set the application root path explicitly. By default this is the directory that the mix.exs file is in.
34
+
-`Application.put_env(:excoveralls, :base_path, "/bash/path")` an optional config if you want to set the application root path explicitly. By default this is the directory that the mix.exs file is in.
0 commit comments