mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-21 03:10:54 -04:00
Fix coverage task (#3583)
This commit is contained in:
parent
24d3f0ed2d
commit
3335cde7ee
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ tasks.register('coverage', JacocoReport) {
|
|||
|
||||
// Add all source as input
|
||||
allprojects { p ->
|
||||
if (p.path.startsWith(":deprecated")) {
|
||||
if (p.path.startsWith(":deprecated") || metaProjects.contains(p.name)) {
|
||||
return
|
||||
}
|
||||
sourceSets p.sourceSets.main, p.sourceSets.client, p.sourceSets.testmod, p.sourceSets.testmodClient
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue