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

fix(core,common): add array type to primitive values (fixed values) #78

Merged
merged 1 commit into from
Jul 29, 2023

Conversation

omermorad
Copy link
Collaborator

Closes #76

@codecov-commenter
Copy link

codecov-commenter commented Jul 29, 2023

Codecov Report

Merging #78 (11fcf97) into master (ce4c08d) will not change coverage.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##           master      #78   +/-   ##
=======================================
  Coverage   90.84%   90.84%           
=======================================
  Files          11       11           
  Lines         142      142           
  Branches       17       17           
=======================================
  Hits          129      129           
  Misses         13       13           
Flag Coverage Δ
adapters.nestjs 90.84% <ø> (ø)
core 90.84% <ø> (ø)
jest 90.84% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
packages/core/src/services/testbed-builder.ts 100.00% <ø> (ø)

@omermorad omermorad merged commit b7f57a1 into master Jul 29, 2023
10 checks passed
@omermorad omermorad deleted the feat/76/add-array-to-primitives branch July 29, 2023 12:07
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.

Bug: Incorrect Mocking Behavior for Arrays (fixed values)
2 participants