Skip to content
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

ser/de abstraction #654

Merged
merged 8 commits into from
Nov 28, 2024
Merged

Conversation

osoykan
Copy link
Collaborator

@osoykan osoykan commented Nov 27, 2024

No description provided.

Copy link

github-actions bot commented Nov 27, 2024

Code Coverage

File Coverage [86.40%]
lib/stove-testing-e2e-couchbase/src/main/kotlin/com/trendyol/stove/testing/e2e/couchbase/CouchbaseSystem.kt 95.12%
lib/stove-testing-e2e-couchbase/src/main/kotlin/com/trendyol/stove/testing/e2e/couchbase/Options.kt 97.50%
lib/stove-testing-e2e-elasticsearch/src/main/kotlin/com/trendyol/stove/testing/e2e/elasticsearch/ElasticsearchSystem.kt 72.12%
lib/stove-testing-e2e-elasticsearch/src/main/kotlin/com/trendyol/stove/testing/e2e/elasticsearch/Extensions.kt 94.74%
lib/stove-testing-e2e-elasticsearch/src/main/kotlin/com/trendyol/stove/testing/e2e/elasticsearch/Options.kt 81.58%
lib/stove-testing-e2e-http/src/main/kotlin/com/trendyol/stove/testing/e2e/http/HttpSystem.kt 94.50%
lib/stove-testing-e2e-http/src/main/kotlin/com/trendyol/stove/testing/e2e/http/streaming.kt 62.50%
lib/stove-testing-e2e-mongodb/src/main/kotlin/com/trendyol/stove/testing/e2e/mongodb/MongodbSystem.kt 95.35%
lib/stove-testing-e2e-mongodb/src/main/kotlin/com/trendyol/stove/testing/e2e/mongodb/MongodbSystemOptions.kt 100.00%
lib/stove-testing-e2e-mongodb/src/main/kotlin/com/trendyol/stove/testing/e2e/mongodb/Options.kt 97.22%
lib/stove-testing-e2e-wiremock/src/main/kotlin/com/trendyol/stove/testing/e2e/wiremock/Options.kt 93.10%
lib/stove-testing-e2e-wiremock/src/main/kotlin/com/trendyol/stove/testing/e2e/wiremock/WireMockSystem.kt 63.43%
lib/stove-testing-e2e-wiremock/src/main/kotlin/com/trendyol/stove/testing/e2e/wiremock/stubbing.kt 100.00%
starters/spring/stove-spring-testing-e2e-kafka/src/main/kotlin/com/trendyol/stove/testing/e2e/kafka/Options.kt 92.86%
Total Project Coverage 72.03%

Copy link

codecov bot commented Nov 27, 2024

Codecov Report

Attention: Patch coverage is 91.07143% with 10 lines in your changes missing coverage. Please review.

Project coverage is 83.14%. Comparing base (8d2b855) to head (886361c).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
...ndyol/stove/testing/e2e/wiremock/WireMockSystem.kt 61.53% 5 Missing ⚠️
...n/com/trendyol/stove/testing/e2e/http/streaming.kt 72.72% 2 Missing and 1 partial ⚠️
...dyol/stove/testing/e2e/elasticsearch/Extensions.kt 93.33% 0 Missing and 1 partial ⚠️
...rendyol/stove/testing/e2e/mongodb/MongodbSystem.kt 96.15% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #654      +/-   ##
==========================================
+ Coverage   82.58%   83.14%   +0.56%     
==========================================
  Files          87       85       -2     
  Lines        2457     2462       +5     
  Branches      142      143       +1     
==========================================
+ Hits         2029     2047      +18     
+ Misses        329      316      -13     
  Partials       99       99              

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

@osoykan osoykan force-pushed the feature/ser-de-abstraction-focus-and-mongo branch 4 times, most recently from de35845 to 8315c4f Compare November 28, 2024 09:45
@osoykan osoykan force-pushed the feature/ser-de-abstraction-focus-and-mongo branch from a4d7106 to 886361c Compare November 28, 2024 11:19
@osoykan osoykan marked this pull request as ready for review November 28, 2024 11:48
@osoykan osoykan merged commit 2043ba4 into main Nov 28, 2024
4 checks passed
@osoykan osoykan deleted the feature/ser-de-abstraction-focus-and-mongo branch November 28, 2024 11:49
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.

1 participant