Giter Club home page Giter Club logo

Comments (3)

mpontillo avatar mpontillo commented on May 20, 2024

It looks to me like it's only taking the first character in the pathname. So it's probably scanning /. For example:

$ ../../external/python/gcovr-3.1/scripts/gcovr -x -r src -o tmp.xml
Traceback (most recent call last):
  File "../../external/python/gcovr-3.1/scripts/gcovr", line 1828, in <module>
    datafiles = get_datafiles(options.root, options)
  File "../../external/python/gcovr-3.1/scripts/gcovr", line 377, in get_datafiles
    files = search_file(".*\.gc(da|no)$", dir)
  File "../../external/python/gcovr-3.1/scripts/gcovr", line 356, in search_file
    raise IOError("Unknown directory '"+path+"'")
IOError: Unknown directory 's'
$ ../../external/python/gcovr-3.1/scripts/gcovr -x -r xen -o tmp.xml
Traceback (most recent call last):
  File "../../external/python/gcovr-3.1/scripts/gcovr", line 1828, in <module>
    datafiles = get_datafiles(options.root, options)
  File "../../external/python/gcovr-3.1/scripts/gcovr", line 377, in get_datafiles
    files = search_file(".*\.gc(da|no)$", dir)
  File "../../external/python/gcovr-3.1/scripts/gcovr", line 356, in search_file
    raise IOError("Unknown directory '"+path+"'")
IOError: Unknown directory 'x'

This is with the 3.1 release (if it wasn't clear from the pathname), by the way.

from gcovr.

s7726 avatar s7726 commented on May 20, 2024

This seems to fix the issue, any hope of getting it pulled in?

from gcovr.

whart222 avatar whart222 commented on May 20, 2024

This is now fixed.

from gcovr.

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.