parse-community / Parse-SDK-Flutter

The Dart/Flutter SDK for Parse Platform
https://parseplatform.org
Apache License 2.0
575 stars 190 forks source link

ci: Add tests against the beta version of Flutter/Dart #889

Closed Nidal-Bakir closed 1 year ago

Nidal-Bakir commented 1 year ago

New Pull Request Checklist

Issue Description

Closes: #888

Approach

TODOs before merging

parse-github-assistant[bot] commented 1 year ago

Thanks for opening this pull request!

Nidal-Bakir commented 1 year ago

Rerun when #883 & #884 merged and released.

The beta job is failing because of the upper bound but the other jobs are failing due to an issue with the code coverage upload. I'm not sure why this is happening.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (2bd71f9) 39.13% compared to head (f287c7f) 39.13%.

:exclamation: Current head f287c7f differs from pull request most recent head 0c75b2c. Consider uploading reports for the commit 0c75b2c to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #889 +/- ## ======================================= Coverage 39.13% 39.13% ======================================= Files 56 56 Lines 3278 3278 ======================================= Hits 1283 1283 Misses 1995 1995 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

Nidal-Bakir commented 1 year ago

Because parse_server_sdk_flutter depends on parse_server_sdk >=5.0.0 which requires SDK version >=2.18.0 <3.1.0, version solving failed.

The parse server Dart SDK 5.1.1 has not been published yet.

mtrezza commented 1 year ago

Yes, so once https://github.com/parse-community/Parse-SDK-Flutter/issues/905 is merged and 5.1.1 is published, we can merge this.

Nidal-Bakir commented 1 year ago

Yes