Giter Site home page Giter Site logo

Comments (5)

isaacs avatar isaacs commented on June 9, 2024 1

--allow-empty-coverage

Probably that should be implied if --disable-coverage is set, or maybe --disable-coverage could be renamed to --mysteriously-fail-and-post-a-github-issue-about-it 😅

from tapjs.

isaacs avatar isaacs commented on June 9, 2024 1

(You're not the first to fall for that trap, it's a terrible footgun, I'm sorry.)

from tapjs.

grahamb avatar grahamb commented on June 9, 2024

Thanks for the pointer, @isaacs; that solved the issue, just like the help docs says it would 🤦 . I should have read those more closely.

I can open a separate issue for this, but the reason I'm disabling coverage in my CI tests is that I'm using the JUnit reporter, and it seems to produce invalid XML. For example:

image

You can see that it starts the XML file, but then the coverage detail gets written to STDOUT, followed by the rest of the XML. I use a junit parser in my GitHub Actions workflow, and it barfs trying to parse this because it's invalid XML.

from tapjs.

isaacs avatar isaacs commented on June 9, 2024

The coverage details are being written to stderr, so you can split them out that way if you'd like. Or you can use --reporter-file=junit.xml and then use the file it creates, rather than trying to parse the combined stderr/stdout data.

from tapjs.

isaacs avatar isaacs commented on June 9, 2024

Aha, my mistake, the coverage report is indeed going to stdout.

You can also turn it off the report with --coverage-report=none, but it'll still fail if you don't generate full coverage, unless --allow-incomplete-coverage is set.

from tapjs.

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.