mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 00:06:22 -06:00
Update the detekt command for fastlane to cover more of the app (#3462)
This commit is contained in:
parent
20d37e2f90
commit
4d65230476
@ -108,7 +108,7 @@ platform :android do
|
||||
desc "Runs Standard Debug tests and generates Kover report"
|
||||
lane :check do
|
||||
gradle(
|
||||
tasks: ["testStandardDebug", "lintStandardDebug", "detektStandardDebug", "koverXmlReportStandardDebug"]
|
||||
tasks: ["testStandardDebug", "lintStandardDebug", "detekt", "koverXmlReportStandardDebug"]
|
||||
)
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user