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

refactor(all-deps): kotest 6.0.0.M1 #668

Merged
merged 1 commit into from
Dec 5, 2024
Merged

refactor(all-deps): kotest 6.0.0.M1 #668

merged 1 commit into from
Dec 5, 2024

Conversation

osoykan
Copy link
Collaborator

@osoykan osoykan commented Dec 5, 2024

This pull request includes several changes to configure system properties for Kotest framework and updates to project configurations across multiple modules. The most important changes include adding system properties for Kotest framework configuration and renaming classes for consistency.

Configuration updates:

  • Added systemProperty("kotest.framework.config.fqn", ...) to tasks.test.configure in multiple build.gradle.kts files to set the Kotest framework configuration. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]

Class renaming:

Dependency updates:

  • Updated Kotest version from 5.9.1 to 6.0.0.M1 in gradle/libs.versions.toml.

Minor cleanup:

  • Removed unnecessary suppression annotation in examples/ktor-example/build.gradle.kts.

@osoykan osoykan force-pushed the kotest-fqn-refacor branch from 2978757 to 5da9b64 Compare December 5, 2024 09:08
Copy link

github-actions bot commented Dec 5, 2024

Code Coverage

Total Project Coverage 71.81%

Copy link

codecov bot commented Dec 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.32%. Comparing base (065ef5a) to head (5da9b64).
Report is 11 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #668      +/-   ##
==========================================
+ Coverage   81.39%   82.32%   +0.93%     
==========================================
  Files          71       85      +14     
  Lines        1999     2631     +632     
  Branches      115      163      +48     
==========================================
+ Hits         1627     2166     +539     
- Misses        304      362      +58     
- Partials       68      103      +35     

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

@osoykan osoykan merged commit 8fe8dcd into main Dec 5, 2024
4 checks passed
@osoykan osoykan deleted the kotest-fqn-refacor branch December 5, 2024 09:17
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