mirror of
https://github.com/bitwarden/android.git
synced 2026-03-12 05:04:17 -05:00
Update the detekt command for fastlane to cover more of the app (#3462)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user