[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:
Patrick Honkonen
2025-03-28 16:12:24 -04:00
parent 5d5bc25a45
commit a2f4e4f3b5
10 changed files with 80 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ jobs:
authenticator/build/reports/tests/
authenticatorbridge/build/reports/tests/
core/build/reports/tests/
network/build/reports/tests/
- name: Upload to codecov.io
id: upload-to-codecov