Skip to content

Conversation

thisisabhash
Copy link
Member

Issue #

None

Description

This PR enables integration tests to run sequentially and disable parallel tests.

General Checklist

  • Added new tests to cover change, if needed
  • Build succeeds with all target using Swift Package Manager
  • All unit tests pass
  • All integration tests pass
  • Security oriented best practices and standards are followed (e.g. using input sanitization, principle of least privilege, etc)
  • Documentation update for the change if required
  • PR title conforms to conventional commit style
  • New or updated tests include Given When Then inline code documentation and are named accordingly testThing_condition_expectation()
  • If breaking change, documentation/changelog update with migration instructions

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@thisisabhash thisisabhash requested a review from a team as a code owner September 11, 2025 17:50
Copy link

codecov bot commented Sep 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.79%. Comparing base (fa5907b) to head (462e3ca).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4054      +/-   ##
==========================================
+ Coverage   67.77%   67.79%   +0.02%     
==========================================
  Files        1129     1129              
  Lines       52473    52473              
==========================================
+ Hits        35562    35576      +14     
+ Misses      16911    16897      -14     
Flag Coverage Δ
API_plugin_unit_test 70.33% <ø> (-0.05%) ⬇️
AWSPluginsCore 69.25% <ø> (ø)
Amplify 47.96% <ø> (+0.03%) ⬆️
Analytics_plugin_unit_test 85.20% <ø> (ø)
Auth_plugin_unit_test 73.60% <ø> (+0.03%) ⬆️
DataStore_plugin_unit_test 83.39% <ø> (+0.07%) ⬆️
Geo_plugin_unit_test 74.86% <ø> (ø)
Logging_plugin_unit_test 65.27% <ø> (ø)
Predictions_plugin_unit_test 34.77% <ø> (ø)
PushNotifications_plugin_unit_test 88.43% <ø> (ø)
Storage_plugin_unit_test 79.39% <ø> (ø)
unit_tests 67.79% <ø> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@harsh62 harsh62 merged commit ea07827 into main Sep 11, 2025
145 of 152 checks passed
@harsh62 harsh62 deleted the chore/integ-test-sequential branch September 11, 2025 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants