auth0 / auth0-flutter

Auth0 SDK for Flutter
https://pub.dev/documentation/auth0_flutter/latest/
Apache License 2.0
59 stars 41 forks source link

af: Install Kover from the library's Gradle config #372

Closed Widcket closed 10 months ago

Widcket commented 10 months ago

πŸ“‹ Changes

This PR makes sure the Kover Gradle plugin is properly installed on the library's Gradle config. Previously, it was installed on the example app's config and applied on the library's config. When installed on another app, it couldn't find the plugin.

πŸ“Ž References

Fixes https://github.com/auth0/auth0-flutter/issues/369

🎯 Testing

This was tested manually on the Quickstart sample app.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (253209a) 96.08% compared to head (8795285) 96.31%. Report is 33 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #372 +/- ## ============================================ + Coverage 96.08% 96.31% +0.22% ============================================ Files 97 98 +1 Lines 1611 1573 -38 Branches 331 328 -3 ============================================ - Hits 1548 1515 -33 - Misses 49 50 +1 + Partials 14 8 -6 ``` | [Flag](https://app.codecov.io/gh/auth0/auth0-flutter/pull/372/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=auth0) | Coverage Ξ” | | |---|---|---| | [auth0_flutter](https://app.codecov.io/gh/auth0/auth0-flutter/pull/372/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=auth0) | `100.00% <100.00%> (ΓΈ)` | | | [auth0_flutter_android](https://app.codecov.io/gh/auth0/auth0-flutter/pull/372/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=auth0) | `97.35% <ΓΈ> (+0.79%)` | :arrow_up: | | [auth0_flutter_ios](https://app.codecov.io/gh/auth0/auth0-flutter/pull/372/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=auth0) | `99.84% <ΓΈ> (ΓΈ)` | | | [auth0_flutter_platform_interface](https://app.codecov.io/gh/auth0/auth0-flutter/pull/372/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=auth0) | `87.03% <100.00%> (ΓΈ)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=auth0#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.