-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Version 3.0 #234
base: main
Are you sure you want to change the base?
Version 3.0 #234
Conversation
PR Summary
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #234 +/- ##
===========================================
+ Coverage 36.82% 74.86% +38.05%
===========================================
Files 5 6 +1
Lines 220 354 +134
Branches 80 95 +15
===========================================
+ Hits 81 265 +184
+ Misses 139 89 -50
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
This pull request includes various updates to configuration files, build scripts, and dependencies. The most important changes are grouped into themes such as build system updates, dependency updates, and configuration updates.
This PR also significantly adds to the unit tests, increasing code coverage by ~40%.
Build System Updates:
package.json
.run-tests.yml
workflow to use Bun instead of npm for installing dependencies and running tests.Dependency Updates:
package.json
to their latest versions and switched from Jest to Vitest for testing.Configuration Updates:
.eslintrc.js
toeslint.config.js
and updated the configuration format to the v9 format..github/codecov.yml
to adjust the coverage range and ignored files .These changes aim to modernize the build and testing processes, update dependencies, and improve configuration management.