corona-warn-app / cwa-app-ccl

Common Covid Logic (CCL) for Android and iOS
Apache License 2.0
7 stars 4 forks source link

Chore: Reduce test case footprint #111

Closed mlenkeit closed 2 years ago

mlenkeit commented 2 years ago

This PR uses the new commonFunctions property for exporting CCL test cases the thus reduces the file size from +80M to ~6M.

It's an alternative to splitting the CCL test cases into chunks as done in https://github.com/corona-warn-app/cwa-app-ccl/pull/104/commits/4877c004ade4f3406d8a243cb5d24e78c360b892 / https://github.com/corona-warn-app/cwa-app-ccl/pull/104.

It depends on https://github.com/corona-warn-app/json-functions-swift/pull/13 and https://github.com/corona-warn-app/cwa-kotlin-jfn/pull/43.