• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

cctiger36 / phoenix_pubsub_redis_z
81%
master: 90%

Build:
Build:
LAST BUILD BRANCH: dependabot/hex/ex_doc-0.29.4
DEFAULT BRANCH: master
Repo Added 12 Oct 2018 12:29AM UTC
Files 10
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH fix/phoenix_endpoint_needs_start_link_2
branch: fix/phoenix_endpoint_needs_start_link_2
CHANGE BRANCH
x
Reset
  • fix/phoenix_endpoint_needs_start_link_2
  • dependabot/hex/credo-1.6.5
  • dependabot/hex/credo-1.6.6
  • dependabot/hex/credo-1.6.7
  • dependabot/hex/credo-1.7.0
  • dependabot/hex/dialyxir-1.2.0
  • dependabot/hex/ex_doc-0.21.0
  • dependabot/hex/ex_doc-0.21.1
  • dependabot/hex/ex_doc-0.21.2
  • dependabot/hex/ex_doc-0.21.3
  • dependabot/hex/ex_doc-0.22.0
  • dependabot/hex/ex_doc-0.22.1
  • dependabot/hex/ex_doc-0.22.2
  • dependabot/hex/ex_doc-0.22.5
  • dependabot/hex/ex_doc-0.22.6
  • dependabot/hex/ex_doc-0.23.0
  • dependabot/hex/ex_doc-0.28.5
  • dependabot/hex/ex_doc-0.28.6
  • dependabot/hex/ex_doc-0.29.0
  • dependabot/hex/ex_doc-0.29.1
  • dependabot/hex/ex_doc-0.29.2
  • dependabot/hex/ex_doc-0.29.3
  • dependabot/hex/ex_doc-0.29.4
  • dependabot/hex/excoveralls-0.14.6
  • dependabot/hex/excoveralls-0.15.0
  • dependabot/hex/excoveralls-0.15.1
  • dependabot/hex/excoveralls-0.15.2
  • dependabot/hex/excoveralls-0.15.3
  • dependabot/hex/excoveralls-0.16.0
  • dependabot/hex/excoveralls-0.16.1
  • dependabot/hex/inner_cotton-0.5.1
  • dependabot/hex/inner_cotton-0.6.0
  • dependabot/hex/inner_cotton-0.6.1
  • dependabot/hex/inner_cotton-0.6.2
  • dependabot/hex/inner_cotton-0.6.3
  • dependabot/hex/phoenix_pubsub-2.0.0
  • dependabot/hex/redix-0.10.2
  • dependabot/hex/redix-0.10.3
  • dependabot/hex/redix-0.10.4
  • dependabot/hex/redix-0.10.5
  • dependabot/hex/redix-0.10.6
  • dependabot/hex/redix-0.10.7
  • dependabot/hex/redix-0.11.1
  • dependabot/hex/redix-0.11.2
  • dependabot/hex/redix-1.0.0
  • dependabot/hex/redix-1.2.0
  • dependabot/hex/redix-1.2.1
  • feature/phoenix_pubsub_2_1
  • feature/update_deps
  • master
  • refs/tags/0.4.0
  • v0.3.0
  • v0.3.1
  • v0.3.2

pending completion
31

Pull #8

travis-ci

web-flow
Fix: Phoenix.Endpoint needs `start_link/2`.

lib/phoenix/endpoint/supervisor.ex

```elixir
defp pubsub_children(_mod, conf) do
  pub_conf = conf[:pubsub]

  if adapter = pub_conf[:adapter] do
    unless pub_conf[:name] do
      raise ArgumentError, "an adapter was given to :pubsub but no :name was defined, " <>
        "please pass the :name option accordingly"
    end
    pub_conf = [fastlane: Phoenix.Channel.Server] ++ pub_conf
    [supervisor(adapter, [pub_conf[:name], pub_conf])]
  else
    []
  end
end
```
Pull Request #8: Fix: Phoenix.Endpoint needs `start_link/2`.

2 of 2 new or added lines in 1 file covered. (100.0%)

108 of 133 relevant lines covered (81.2%)

7.78 hits per line

Relevant lines Covered
Build:
Build:
133 RELEVANT LINES 108 COVERED LINES
7.78 HITS PER LINE
Source Files on fix/phoenix_endpoint_needs_start_link_2
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
31 fix/phoenix_endpoint_needs_start_link_2 Fix: Phoenix.Endpoint needs `start_link/2`. lib/phoenix/endpoint/supervisor.ex ```elixir defp pubsub_children(_mod, conf) do pub_conf = conf[:pubsub] if adapter = pub_conf[:adapter] do unless pub_conf[:name] do raise ArgumentError... Pull #8 12 Feb 2019 12:22PM UTC web-flow travis-ci pending completion  
30 fix/phoenix_endpoint_needs_start_link_2 Fix: Phoenix.Endpoint needs `start_link/2`. lib/phoenix/endpoint/supervisor.ex ```elixir defp pubsub_children(_mod, conf) do pub_conf = conf[:pubsub] if adapter = pub_conf[:adapter] do unless pub_conf[:name] do raise ArgumentError... push 12 Feb 2019 12:08PM UTC ne-sachirou travis-ci pending completion  
29 fix/phoenix_endpoint_needs_start_link_2 Fix: Phoenix.Endpoint needs `start_link/2`. lib/phoenix/endpoint/supervisor.ex ```elixir defp pubsub_children(_mod, conf) do pub_conf = conf[:pubsub] if adapter = pub_conf[:adapter] do unless pub_conf[:name] do raise ArgumentError... Pull #8 12 Feb 2019 11:54AM UTC web-flow travis-ci pending completion  
28 fix/phoenix_endpoint_needs_start_link_2 Fix: Phoenix.Endpoint needs `start_link/2`. lib/phoenix/endpoint/supervisor.ex ```elixir defp pubsub_children(_mod, conf) do pub_conf = conf[:pubsub] if adapter = pub_conf[:adapter] do unless pub_conf[:name] do raise ArgumentError... push 12 Feb 2019 11:50AM UTC ne-sachirou travis-ci pending completion  
See All Builds (112)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc