Giter VIP home page Giter VIP logo

Comments (4)

ensc avatar ensc commented on July 20, 2024 5

a

--- lcov_cobertura.py.orig	2020-09-29 14:49:44.666000000 +0200
+++ lcov_cobertura.py	2020-09-29 14:49:47.646000000 +0200
@@ -37,6 +37,7 @@
     def demangle(self, name):
         newname = name + "\n"
         self.pipe.stdin.write(newname.encode('utf-8'))
+        self.pipe.stdin.flush()
         res = self.pipe.stdout.readline()
         return str(res.rstrip())
 

fixes it here

from lcov-to-cobertura-xml.

typelogic avatar typelogic commented on July 20, 2024

python3 needs sudo apt install python3-distutils

from lcov-to-cobertura-xml.

v-lopez avatar v-lopez commented on July 20, 2024

Also works with python2 in case anyone is wondering, even if it's not needed.

from lcov-to-cobertura-xml.

eriwen avatar eriwen commented on July 20, 2024

This was fixed with ea9b813 I believe.

from lcov-to-cobertura-xml.

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.