0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00
Commit Graph

15 Commits

Author SHA1 Message Date
Mike Hardy
95eac24022 revert jacoco from 0.8.9 to 0.8.8 - macOS runner cannot find it
has caused spurious errors from other runners as well and from
individual contributors. Feels like the global maven central CDN
is not in sync but that is also not in our control, so revert
2023-04-16 00:18:38 +01:00
Mike Hardy
0f0a71da13 build(deps): bump jacoco to 0.8.9 2023-04-06 15:10:03 -05:00
David Allison
76f7e63296 AGP: Migrate DSL properties from jacoco to testCoverage
AGP 7.4.1 Automated Change + manual fixup

Description:

Configuration related to test coverage is now performed using the testCoverage block.

Manual fixup: the change was also added to `build.gradle`.
Revert this
2023-02-16 10:37:06 -05:00
David Allison
3c379007d2 chore: jacoco - remove Java coverage
We no longer have Java files in the project
2022-09-05 00:34:28 +02:00
David Allison
8721e8ac30 fix: improve list of excludes for Kotlin jacoco
Copy/pasted from https://medium.com/jamf-engineering/android-kotlin-code-coverage-with-jacoco-sonar-and-gradle-plugin-6-x-3933ed503a6e
2022-08-28 13:52:44 -05:00
David Allison
e3ce2d7b34 feat: Include Kotlin files in code coverage
Instructions from:
https://medium.com/jamf-engineering/android-kotlin-code-coverage-with-jacoco-sonar-and-gradle-plugin-6-x-3933ed503a6e

Fixes 9432
2022-08-28 13:52:44 -05:00
Mike Hardy
fed9f97d87 build(deps): bump jacoco from 0.8.7 to 0.8.8 2022-04-25 22:25:52 -05:00
Mike Hardy
5b27ab0b48 fix: forward-port to non-deprecated gradle properties 2022-04-21 18:44:04 +05:30
Mike Hardy
99abf0525d chore: bump jacoco to 0.8.7 2021-05-14 08:46:57 -05:00
Mike Hardy
79e2979fcf Fix jacoco reports w/correct per-flavor class dirs 2021-05-11 00:50:41 -05:00
Mrudul Tora
6d68424cd4
Fixes #8151 Build flavors for Amazon Appstore and Google Playstore (#8427)
Fixes #8151 Build flavors for Amazon Appstore and Google Playstore
2021-04-19 22:39:06 -05:00
Mike Hardy
61cb6c3f05 Update to gradle 7.0
- API publishing needed a complete overhaul, tested locally, works
- JCenter is still needed for AnkiDroid as noted unfortunately...couple months to go
- Some artifact resolution performance complaints but local testing shows every single thing works
2021-04-15 23:21:34 -05:00
Tarekk Mohamed Abdalla
30c8593f8f
feat: Enable jacoco reports to be opened (#8617)
* feat: enable jacoco reports to be opened
* fix jacocoTestReport to run independently from other jacoco tasks

Co-authored-by: Mike Hardy <github@mikehardy.net>
2021-04-14 17:29:48 -05:00
Mike Hardy
f0b52dfee9 Fix jacocoTestReport dependencies so android test run
Something about the 6.3->6.4 gradle migration required this
2020-05-17 14:47:03 -05:00
Mike Hardy
d83a9dc6d3 Optimize CI w/test split; Verify osx/win work 2019-11-04 00:38:02 -05:00