-
Notifications
You must be signed in to change notification settings - Fork 39
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
Support ANT-like glob patterns #1856
Conversation
### What's done: - supported folders as input pattern - supported ../ in glob pattern - supported `!` as exclude pattern
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1856 +/- ##
============================================
+ Coverage 78.42% 78.54% +0.11%
Complexity 2456 2456
============================================
Files 133 133
Lines 8641 8654 +13
Branches 2185 2189 +4
============================================
+ Hits 6777 6797 +20
+ Misses 894 883 -11
- Partials 970 974 +4 ☔ View full report in Codecov by Sentry. |
JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v2) 164 files ±0 164 suites ±0 4m 17s ⏱️ - 4m 2s Results for commit 11b1222. ± Comparison against base commit c20f2d5. This pull request removes 4 and adds 9 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v2) 164 files ±0 164 suites ±0 7m 11s ⏱️ +2s Results for commit 11b1222. ± Comparison against base commit c20f2d5. This pull request removes 4 and adds 9 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
What's done:
../
in glob pattern!
as exclude patternIt closes #1854