-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve CI time and restore apk functionality (#160)
* fix(jacoco): Fix line 65535 issue with jacoco Fix line 65535 by updating jacoco to a newer version and implementing workaround to prevent jacoco report from being corrupted by this issue. Taken from EPFLSWENT2024G1/partagix#78 suggested coaches. * ci(parallel): Improve CI runtime by parallelizing Split up tasks that can be run concurrently and merge their results for sonar cloud. Remove minify and shrinking operations to speed up assembly at the cost of bigger APKs * ci(runtime): Integrate firebase emulator Integrate firebase emulator inside the new CI to pass tests correctly. * ci(runtime): Move linting to unit test checks Move linting operation to unit test to offload and parallelize ui test job.
- Loading branch information
1 parent
26f46a8
commit 21cba83
Showing
2 changed files
with
157 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters