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(config): only select test files with supported extensions #105

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

mrazauskas
Copy link
Member

@mrazauskas mrazauskas commented Jan 23, 2024

Adding a list of file extensions. Currently .json or .snap files get selected, but this does not make sense. This change makes it easier to write testFileMatch patterns as well.

Copy link

codecov bot commented Jan 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (54bf78c) 94.91% compared to head (6079056) 95.17%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #105      +/-   ##
==========================================
+ Coverage   94.91%   95.17%   +0.25%     
==========================================
  Files          72       72              
  Lines        5427     5427              
  Branches      933      937       +4     
==========================================
+ Hits         5151     5165      +14     
+ Misses        276      262      -14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mrazauskas mrazauskas merged commit 98e52ed into main Jan 23, 2024
14 checks passed
@mrazauskas mrazauskas deleted the select-only-supported-file-extensions branch January 23, 2024 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant