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: Split out @deephaven/test-utils package #2225

Merged
merged 6 commits into from
Sep 17, 2024

Conversation

bmingles
Copy link
Contributor

@bmingles bmingles commented Sep 17, 2024

  • Split out a @deephaven/test-utils dev package to remove jest dependencies from @deephaven/utils

resolves #2185

BREAKING CHANGE: TestUtils has been moved to new package @deephaven-test-utils. Consumers will need to install the new package as a dev dependency and update references.

Copy link

codecov bot commented Sep 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.61%. Comparing base (1503a37) to head (eca6237).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2225      +/-   ##
==========================================
- Coverage   46.77%   46.61%   -0.17%     
==========================================
  Files         694      692       -2     
  Lines       38625    38506     -119     
  Branches     9867     9619     -248     
==========================================
- Hits        18068    17948     -120     
- Misses      20504    20547      +43     
+ Partials       53       11      -42     
Flag Coverage Δ
unit 46.61% <ø> (-0.17%) ⬇️

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.

@bmingles bmingles requested review from a team and dgodinez-dh and removed request for a team September 17, 2024 19:28
@bmingles bmingles merged commit 1d027d3 into deephaven:main Sep 17, 2024
12 of 13 checks passed
@bmingles bmingles deleted the 2185-move-test-utils branch September 17, 2024 19:46
@github-actions github-actions bot locked and limited conversation to collaborators Sep 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@deephaven/utils - errors when installing in vscode extension
2 participants