Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Dont count xunit failures as errors #27

Merged
merged 1 commit into from
Nov 24, 2021

Commits on Sep 12, 2016

  1. Dont count xunit failures as errors

    Per http://reflex.gforge.inria.fr/xunit.html#xunitReport a failure and an error are different concepts and must be counted as such. Some parsers will fail if the number of expected tests do not add up.
    
    Related change in repo from which this was copied: mochajs/mocha#2475
    mlucool committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    f7765c9 View commit details
    Browse the repository at this point in the history