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

feat(coverage): add option to ignore directories and files from coverage report #8321

Merged
merged 18 commits into from
Jul 1, 2024

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    3e7a3c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92baf15 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    2e94a0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b609db View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. cargo fmt

    dimazhornyk committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    bf3244e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. fix merge conflicts

    zerosnacks committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    fb7f367 View commit details
    Browse the repository at this point in the history
  2. small refactor

    zerosnacks committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2a2faf8 View commit details
    Browse the repository at this point in the history
  3. revert formatting changes

    zerosnacks committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f03bbf8 View commit details
    Browse the repository at this point in the history
  4. revert formatting

    zerosnacks committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    880d7a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca0c1fc View commit details
    Browse the repository at this point in the history
  6. use regex instead of glob

    zerosnacks committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    95b7de2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20647f9 View commit details
    Browse the repository at this point in the history
  8. fix formatting

    zerosnacks committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    da168be View commit details
    Browse the repository at this point in the history
  9. add basic filter test

    zerosnacks committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    16c07a1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0aceec3 View commit details
    Browse the repository at this point in the history
  11. use HashMap::retain

    zerosnacks committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    286873c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1549542 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fbee819 View commit details
    Browse the repository at this point in the history