naokazuterada / MarkdownTOC

SublimeText3 plugin which generate a table of contents (TOC) in a markdown document.
https://packagecontrol.io/packages/MarkdownTOC
MIT License
301 stars 48 forks source link

Fixing failing Travis build #152

Closed jonasbn closed 4 years ago

jonasbn commented 4 years ago

Hi @naokazuterada

I have given some attention to the failing build. Everything looks very promising, the last part needed is the coverage report, where I observe the following error.

==> Collecting reports

    Generating coverage xml reports for Python

    Error running `['/home/travis/virtualenv/python3.7.1/bin/python', '-m', 'coverage', 'xml', '-i']`: Command '['/home/travis/virtualenv/python3.7.1/bin/python', '-m', 'coverage', 'xml', '-i']' returned non-zero exit status 1.

    - Ignored: [Errno 2] No such file or directory: '/home/travis/build/naokazuterada/MarkdownTOC/coverage.xml'

Error: No coverage report found

It seems as if covdecov cannot locate the generated coverage data, I suspect a path issue, since the data is displayed in the CI log.

Could you give my proposed PR a review ? - I will dig into the remaining issue later unless you can spot it and fix it before me. I just have to squeeze in some work today :-/

jonasbn commented 4 years ago

Oh appveyor fails... need to look at that too - guess it is a one problem at a time:-)

naokazuterada commented 4 years ago

@jonasbn Oh, the CI was failing... I'm sorry! I'll pick up the appveyor issue here as well.

naokazuterada commented 4 years ago

@jonasbn I ran the build and now it looks working well. thank you!