You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add coverage report for unit test on sentry-android-core
* Try running coverage report for android (FOR TESTING PURPOSES ONLY)
* Format code
* Retrigger checks
* Try clean firsT
* Use makefile
* Try running testDebugUnitTest first
* Run test only
* list tasks
* disable cache
* Try with release unit test
* Try with release build
* Specify files to upload for codecov
* fix typo
* Add archiving
* Without upload
* Try matching all android build dirs during codecov upload
* Enable unit test coverage for android modules
* Create task
* Exclude sentry-android-integration-tests
* Format code
* Try whole process
* Try without specifying files
* No archive
* Rename reports file
* Add coverage task in makefile
* Reset workflow file
* Remove coverage for debug
* Test
* Test
* Fix build error
* Test without archiving
* Test with array of android module strings
* Try with different classes folders
* Fix classes dir name
* Format code
* Include sentry-compose
* Adjust sentry-compose source dir
* Fix subproject name reference
* Revert some changes
* Revert some changes
* Cleanup
* Use gradle plugin
* Apply binary plugin
* Improve copy and reduce code duplication
* (don't merge): debugging Kover
* (don't merge): debugging Kover
* (don't merge): remove archiving for now
* (don't merge): specify file path for codecov
* (don't merge): specify file path for codecov
* Revert build.yml
* Apply jacoco manually for sentry-compose
* Remove renaming of report
* Fix 'this' receiver
* (don't merge): test kover
* (don't merge): use release variant)
* (don't merge): run test before kover
* (don't merge): change report file name
* Format code
* (don't merge): try specifying the file
* (don't merge): try renaming the kover report
* Format code
* Add Kover for KMP modules
* Formatting
* Remove Kover configuration in sentry-compose build.gradle.kts
---------
Co-authored-by: Sentry Github Bot <[email protected]>
Copy file name to clipboardExpand all lines: Makefile
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
.PHONY: all clean compile javadocs dryRelease update stop checkFormat format api assembleBenchmarkTestRelease assembleUiTestRelease
1
+
.PHONY: all clean compile javadocs dryRelease update stop checkFormat format api assembleBenchmarkTestRelease assembleUiTestRelease createCoverageReports
0 commit comments