mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 07:05:35 +03:00
Update the detekt command for fastlane to cover more of the app (#3462)
This commit is contained in:
parent
20d37e2f90
commit
4d65230476
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue