GithubHelp home page GithubHelp logo

SQL Sandbox Mode about excoveralls HOT 2 OPEN

parroty avatar parroty commented on July 20, 2024
SQL Sandbox Mode

from excoveralls.

Comments (2)

xadhoom avatar xadhoom commented on July 20, 2024

this does not relate to coveralls, I use it in travis and gitlab-cli without any issue.

check you mix project settings and check that you have

      preferred_cli_env: [
        "coveralls": :test, "coveralls.detail": :test,
        "coveralls.post": :test, "coveralls.html": :test
      ]

from excoveralls.

Ch4s3 avatar Ch4s3 commented on July 20, 2024

I'm running into this as well with the following config

  def project do
    [
      app: :my_app,
      version: "0.0.1",
      elixir: "~> 1.7.3",
      elixirc_paths: elixirc_paths(Mix.env()),
      compilers: [:phoenix, :gettext] ++ Mix.compilers(),
      start_permanent: Mix.env() == :prod,
      aliases: aliases(),
      deps: deps(),
      test_coverage: [tool: ExCoveralls],
      preferred_cli_env: [
        coveralls: :test,
        "coveralls.detail": :test,
        "coveralls.post": :test,
        "coveralls.html": :test
      ],
      name: "MyApp",
      source_url: "https://repo.example/myrepo",
      docs: [
        main: "readme",
        extras: ["README.md"]
      ]
    ]
  end

and the following error

16:03:19.027 [error] GenServer MyApp.MyModule.MyGenserver terminating
** (DBConnection.OwnershipError) cannot find ownership process for #PID<0.709.0>.

from excoveralls.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.