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

Coverage thresholds can be set up for individual files #4185

Merged
merged 3 commits into from
Aug 24, 2017

Commits on Aug 24, 2017

  1. Thresholds now can be set up for individual files the same way they a…

    …re currently setup for 'global'. Supports globs along absolute and relative paths. Each path expanded from a glob gets assigned the threshold from a glob. Tests now use mock-fs to mock filesystem for glob testing. If match is not found, thresholds would not be met.
    krishnagoth committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    7e4686f View commit details
    Browse the repository at this point in the history
  2. Added glob to jest-cli

    krishnagoth committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    76ecc98 View commit details
    Browse the repository at this point in the history
  3. Update package.json

    cpojer committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    8037af9 View commit details
    Browse the repository at this point in the history