Re: [Pydev-code] support newer coverage version(s)
Brought to you by:
fabioz
From: Fabio Z. <fa...@gm...> - 2016-11-01 09:40:11
|
Hi Lars, For feature/bug requests, use https://www.brainwy.com/tracker/PyDev (this list is for questions related to coding in PyDev). Now, if this is not the case and you're interested in providing a pull request (which would be awesome), it should actually be straightforward to improve that (as it's a pretty self-contained feature)... After getting the Eclipse SDK/PyDev code as explained in http://www.pydev.org/developers.html The related places are: 1. org.python.pydev.debug.ui.launching.PythonRunnerConfig.getCommandLine(boolean): builds the command line to run with coverage. 2. org.python.pydev.debug.codecoverage.PyCoverage: actually obtains the coverage information from the run (in particular, org.python.pydev.debug.codecoverage.PyCoverage.refreshCoverageInfo(IContainer, IProgressMonitor) has to be updated for calling coverage properly and parsing its output). Best Regards, Fabio On Tue, Nov 1, 2016 at 6:46 AM, <Lar...@dl...> wrote: > Hi everybody, > > > > according to PyDev-website, the tested and recommended version of coverage > is 3.4. This version is 6 years old! In the default Anaconda channels, it > is no more available. After finding my coverage-version to be the reason > why I didn’t get any results, I was able to make it work with coverage > 3.7.1, but only for Python=2.7. Python=3.5 requires coverage=4.x! > > PyDev really is an awesome tool, but this is a sore spot in my opinion. > I’d love to further use coverage within Eclipse. > > > > Best regards > > Lars > > ------------------------------------------------------------ > ------------------ > Developer Access Program for Intel Xeon Phi Processors > Access to Intel Xeon Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today. http://sdm.link/xeonphi > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > > |