Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

converter.rb:63:in `initialize': No such file or directory #19

Open
Nic30 opened this issue May 1, 2020 · 0 comments
Open

converter.rb:63:in `initialize': No such file or directory #19

Nic30 opened this issue May 1, 2020 · 0 comments

Comments

@Nic30
Copy link

Nic30 commented May 1, 2020

I was using coveralls-lcov for long time now.
https://coveralls.io/github/Nic30/hdlConvertor?branch=master

But 2020-03-31 something happen and it seems to me that this library does not work any more.

I am trying to upload the coverage report but i am receiving this error.
https://travis-ci.org/github/Nic30/hdlConvertor/jobs/682075188#L8263

(last working build https://travis-ci.org/github/Nic30/hdlConvertor/jobs/669444996#L160)

$ lcov --compat-libtool --directory . --capture --output-file coverage.info.raw
after_success.2
$ lcov --remove coverage.info.raw -o coverage.info '/usr/*' './_skbuild/*'
after_success.3
$ coveralls-lcov coverage.info

/home/travis/.rvm/gems/ruby-2.6.5/gems/coveralls-lcov-1.6.0/lib/coveralls/lcov/converter.rb:63:in `initialize': No such file or directory @ rb_sysopen - /home/travis/build/Nic30/hdlConvertor/_skbuild/linux-x86_64-3.7/cmake-build/hdlConvertor/(tree fragment) (Errno::ENOENT)
	from /home/travis/.rvm/gems/ruby-2.6.5/gems/coveralls-lcov-1.6.0/lib/coveralls/lcov/converter.rb:63:in `open'
	from /home/travis/.rvm/gems/ruby-2.6.5/gems/coveralls-lcov-1.6.0/lib/coveralls/lcov/converter.rb:63:in `generate_source_file'
	from /home/travis/.rvm/gems/ruby-2.6.5/gems/coveralls-lcov-1.6.0/lib/coveralls/lcov/converter.rb:16:in `block in convert'
	from /home/travis/.rvm/gems/ruby-2.6.5/gems/coveralls-lcov-1.6.0/lib/coveralls/lcov/converter.rb:15:in `each'
	from /home/travis/.rvm/gems/ruby-2.6.5/gems/coveralls-lcov-1.6.0/lib/coveralls/lcov/converter.rb:15:in `convert'
	from /home/travis/.rvm/gems/ruby-2.6.5/gems/coveralls-lcov-1.6.0/lib/coveralls/lcov/runner.rb:80:in `run'
	from /home/travis/.rvm/gems/ruby-2.6.5/gems/coveralls-lcov-1.6.0/bin/coveralls-lcov:5:in `<top (required)>'
	from /home/travis/.rvm/gems/ruby-2.6.5/bin/coveralls-lcov:23:in `load'
	from /home/travis/.rvm/gems/ruby-2.6.5/bin/coveralls-lcov:23:in `<main>'
	from /home/travis/.rvm/gems/ruby-2.6.5/bin/ruby_executable_hooks:24:in `eval'
	from /home/travis/.rvm/gems/ruby-2.6.5/bin/ruby_executable_hooks:24:in `<main>'

I am not sure why it want something from _skbuild/* when it should be excluded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant