Jakub Lange
Jakub Lange
### VERSIONS * Xamarin.Forms.GoogleMaps.Clustering - 1.0.1 * Xamarin.Forms - 4.1.0.618606 * Android/iOS - Android API 25 ### PLATFORMS - Android (haven't checked on iOS) ### ACTUAL BEHAVIOR Setting SelectedPin property...
I'm trying to integrate the Facebook SDK into my app. Everything works fine on Android but on iOS I'm getting a warning: > App events cannot be activated before the...
This makes it possible to exclude files which match glob patterns from the report, which was discussed in #427 and #313. The `.yaml` configuration part which was requested in #427...
Sometimes coverage is gathered from external packages even when `--scope-output` flag is used and set to the name of the app's package. **Reproduction** 1. Create a new dart project with...
This adds a possibility to collect code coverage from patrol tests using `patrol test --coverage`. Unwanted files can be ignored using glob patterns, i.e: `patrol test --coverage --coverage-ignore="**/*.g.dart"` ~~The PR...
Doc comment for the `collect` function states: `If [isolateIds] is set, the coverage gathering will be restricted to only those VM isolates.` This does not seem to be true. I'm...