Skip to content
Discussion options

You must be logged in to vote

You can use type filters to achieve that.

Here is an example (using on of my repos that use the Scoverage plugin).

> git remote -v 
origin  https://github.com/lefou/mill-integrationtest.git (fetch)

> mill resolve __.compile
integrationtest[0.10].compile
integrationtest[0.10].scoverage.compile
integrationtest[0.10].test.compile
integrationtest[0.11].compile
integrationtest[0.11].scoverage.compile
integrationtest[0.11].test.compile
integrationtest[0.9].compile
integrationtest[0.9].scoverage.compile
integrationtest[0.9].test.compile

> mill resolve __:^ScoverageData.compile
integrationtest[0.10].compile
integrationtest[0.10].test.compile
integrationtest[0.11].compile
integrationtest[0.11].t…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@davidak09
Comment options

@lefou
Comment options

Answer selected by davidak09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants