-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(logging): add logging plugin integration test #3218
Conversation
* main: fix(logging): fix issue with logger namespace not being set (#3213) fix(datastore): wrap failures to result when applying remote update events (#3187) test(storage): update storage integration test with longer expiration duration (#3208) chore: finalize release 2.17.1 [skip ci] chore: release 2.17.1 [skip ci]
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## main #3218 +/- ##
==========================================
- Coverage 64.60% 64.56% -0.05%
==========================================
Files 1091 1094 +3
Lines 37071 37240 +169
==========================================
+ Hits 23951 24045 +94
- Misses 13120 13195 +75
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 14 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
* main: fix(core): add Foundation HTTP client for watchOS / tvOS (#3230) chore: finalize release 2.18.0 [skip ci] chore: release 2.18.0 [skip ci] feat: Setting mininum watchOS version to 9 (#3229) change swift-tools-version to 5.7 (#3193) chore: finalize release 2.17.2 [skip ci] chore: release 2.17.2 [skip ci] fix(datastore): use unwrapped storageEngine to perform datastore operations (#3204) fix(datastore): using URLProtocol monitor auth request headers (#3221) ci: add dependency review workflow (#3132) fix(api): change request interceptors applying logic (#3190)
* main: chore(ci): update dependency review config file path (#3233) test(logging): add logging plugin integration test (#3218) chore: remove unnecessary CloudWatch dependency from logger plugin (#3235) chore: Update CHANGELOG.md for 2.18.0 (#3236) chore: finalize release 2.18.1 [skip ci] chore: release 2.18.1 [skip ci] fix(datastore): call errorHandler in Sync operation when failure
* main: chore(ci): update dependency review config file path (#3233) test(logging): add logging plugin integration test (#3218) chore: remove unnecessary CloudWatch dependency from logger plugin (#3235) chore: Update CHANGELOG.md for 2.18.0 (#3236) chore: finalize release 2.18.1 [skip ci] chore: release 2.18.1 [skip ci] fix(core): add Foundation HTTP client for watchOS / tvOS (#3230) chore: finalize release 2.18.0 [skip ci] chore: release 2.18.0 [skip ci] fix(datastore): call errorHandler in Sync operation when failure feat: Setting mininum watchOS version to 9 (#3229) change swift-tools-version to 5.7 (#3193) chore: finalize release 2.17.2 [skip ci] chore: release 2.17.2 [skip ci] fix(datastore): use unwrapped storageEngine to perform datastore operations (#3204)
Issue #
Description
General Checklist
Given When Then
inline code documentation and are named accordinglytestThing_condition_expectation()
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.