Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 5e451a7

Browse files
committed
aggregate task
1 parent 26afe59 commit 5e451a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/scala/com/codacy/CodacyCoveragePlugin.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ object CodacyCoveragePlugin extends AutoPlugin {
2424
crossTarget.value / "coverage-report" / "codacy-coverage.json",
2525
codacyProjectToken.value, codacyApiBaseUrl.value)
2626
},
27+
aggregate in codacyCoverage := false,
2728
codacyProjectToken := None,
2829
codacyApiBaseUrl := None,
2930
coberturaFile := crossTarget.value / ("coverage-report" + File.separator + "cobertura.xml")

0 commit comments

Comments
 (0)