mirror of
https://github.com/bitwarden/android.git
synced 2026-04-29 20:38:41 -05:00
[PM-19738] Create network module
Create a library module responsible for communicating with the Bitwarden network API. Additionally, the following changes were made to checks and workflows: - Updated `build.gradle.kts` to include Kover for the `network` module. - Updated `Fastfile` to include lint, test and kover report generation tasks for the `network` module.
This commit is contained in:
@@ -105,7 +105,7 @@ platform :android do
|
||||
)
|
||||
end
|
||||
|
||||
desc "Runs lint, tests and generates Kover reports for all project modules"
|
||||
desc "Runs lint, tests, and generates Kover reports for all project modules"
|
||||
lane :check do
|
||||
gradle(
|
||||
tasks: [
|
||||
|
||||
Reference in New Issue
Block a user