GithubHelp home page GithubHelp logo

IOError about simplecov-html HOT 8 CLOSED

simplecov-ruby avatar simplecov-ruby commented on July 30, 2024
IOError

from simplecov-html.

Comments (8)

tansaku avatar tansaku commented on July 30, 2024

I tried upgrading simplecov to the latest version, but same issue:

/Users/tansaku/.rvm/gems/ruby-2.0.0-p598/gems/simplecov-html-0.10.0/lib/simplecov-html.rb:25:in `write': not opened for writing (IOError)
    from /Users/tansaku/.rvm/gems/ruby-2.0.0-p598/gems/simplecov-html-0.10.0/lib/simplecov-html.rb:25:in `puts'
    from /Users/tansaku/.rvm/gems/ruby-2.0.0-p598/gems/simplecov-html-0.10.0/lib/simplecov-html.rb:25:in `puts'
    from /Users/tansaku/.rvm/gems/ruby-2.0.0-p598/gems/simplecov-html-0.10.0/lib/simplecov-html.rb:25:in `format'
    from /Users/tansaku/.rvm/gems/ruby-2.0.0-p598/gems/simplecov-0.10.0/lib/simplecov/result.rb:46:in `format!'
    from /Users/tansaku/.rvm/gems/ruby-2.0.0-p598/gems/simplecov-0.10.0/lib/simplecov/configuration.rb:159:in `block in at_exit'
    from /Users/tansaku/.rvm/gems/ruby-2.0.0-p598/gems/simplecov-0.10.0/lib/simplecov/defaults.rb:60:in `call'
    from /Users/tansaku/.rvm/gems/ruby-2.0.0-p598/gems/simplecov-0.10.0/lib/simplecov/defaults.rb:60:in `block in <top (required)>'

from simplecov-html.

tansaku avatar tansaku commented on July 30, 2024

I also tried moving the feature folder into the spec folder, but again same error

from simplecov-html.

tansaku avatar tansaku commented on July 30, 2024

and I still get it from running a single feature

→ rspec features/login_spec.rb 

Logging in and out
  logged in
  logout

Finished in 0.29282 seconds (files took 1 second to load)
2 examples, 0 failures
/Users/tansaku/.rvm/gems/ruby-2.0.0-p598/gems/simplecov-html-0.10.0/lib/simplecov-html.rb:25:in `write': not opened for writing (IOError)
    from /Users/tansaku/.rvm/gems/ruby-2.0.0-p598/gems/simplecov-html-0.10.0/lib/simplecov-html.rb:25:in `puts'
    from /Users/tansaku/.rvm/gems/ruby-2.0.0-p598/gems/simplecov-html-0.10.0/lib/simplecov-html.rb:25:in `puts'
    from /Users/tansaku/.rvm/gems/ruby-2.0.0-p598/gems/simplecov-html-0.10.0/lib/simplecov-html.rb:25:in `format'
    from /Users/tansaku/.rvm/gems/ruby-2.0.0-p598/gems/simplecov-0.10.0/lib/simplecov/result.rb:46:in `format!'
    from /Users/tansaku/.rvm/gems/ruby-2.0.0-p598/gems/simplecov-0.10.0/lib/simplecov/configuration.rb:159:in `block in at_exit'
    from /Users/tansaku/.rvm/gems/ruby-2.0.0-p598/gems/simplecov-0.10.0/lib/simplecov/defaults.rb:60:in `call'
    from /Users/tansaku/.rvm/gems/ruby-2.0.0-p598/gems/simplecov-0.10.0/lib/simplecov/defaults.rb:60:in `block in <top (required)>'

from simplecov-html.

tansaku avatar tansaku commented on July 30, 2024

I can totally imagine that this is due to something weird in our setup - just wondering if anyone else has ever seen the same ...

from simplecov-html.

colszowka avatar colszowka commented on July 30, 2024

This should not be related to the location of your spec/feature folders, it seems simplecov is failing to write it's coverage report. Can you try to delete the ./coverage directory and try again?

from simplecov-html.

tansaku avatar tansaku commented on July 30, 2024

ah, I think we just worked out it is because we are using webmock with the features, which prevents simplecov from outputing the message to the console:

        puts output_message(result)
      end

      def output_message(result)
        "Coverage report generated for #{result.command_name} to #{output_path}. #{result.covered_lines} / #{result.total_lines} LOC (#{result.covered_percent.round(2)}%) covered."
      end

/Users/tansaku/.rvm/gems/ruby-2.0.0-p598/gems/simplecov-html-0.10.0/lib/simplecov-html.rb:25

from simplecov-html.

colszowka avatar colszowka commented on July 30, 2024

That is awkward, webmock should not be related to $stdout output and I have used it on many projects along simplecov without problems. But maybe you are somewhere else closing/redirecting $stdout/STDOUT?

from simplecov-html.

PragTob avatar PragTob commented on July 30, 2024

Closing due to inactivity and seemingly/hopefully not related to simplecov itself.

from simplecov-html.

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.