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

Discover test classes only in test projects #1869

Merged
merged 1 commit into from
Nov 24, 2022

Conversation

Duhemm
Copy link
Collaborator

@Duhemm Duhemm commented Nov 23, 2022

Previously, Bloop would inspect all projects to try and find test classes. This is not necessary, because only classes that live in test projects should be run.

This commit filters out test projects from the analysis, so that it runs faster.

Previously, Bloop would inspect all projects to try and find test
classes. This is not necessary, because only classes that live in test
projects should be run.

This commit filters out test projects from the analysis, so that it runs
faster.
@Duhemm Duhemm force-pushed the filter-test-projects branch from ecb0368 to b534818 Compare November 23, 2022 20:38
Copy link
Contributor

@tgodzik tgodzik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@tgodzik tgodzik merged commit cfc03bd into scalacenter:main Nov 24, 2022
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

2 participants