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

fixes #805 The value of copyFrom.fetcher is not used in the LoadingOp… #806

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

bioflowy
Copy link
Contributor

@bioflowy bioflowy commented Mar 7, 2024

The LoadingOptions.fetcher must be the same as the fetcher specified in the constructor's copyFrom, but it is not.
Initially, the value of copyFrom.fetcher is set to this.fetcher, but it is always overwritten later by the fetcher specified in the arguments or by DefaultFetcher.
I have corrected this by setting copyFrom.fetcher to fetcher instead of this.fetcher.

Copy link

codecov bot commented Mar 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.35%. Comparing base (2378312) to head (830ee9b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #806   +/-   ##
=======================================
  Coverage   83.35%   83.35%           
=======================================
  Files          22       22           
  Lines        4818     4818           
  Branches     1303     1303           
=======================================
  Hits         4016     4016           
  Misses        527      527           
  Partials      275      275           

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

@mr-c mr-c requested a review from ZimmerA March 11, 2024 10:33
…ot used in the LoadingOptions constructor in typescript
@mr-c mr-c enabled auto-merge (rebase) April 10, 2024 12:15
@mr-c mr-c merged commit 74a5ba5 into common-workflow-language:main Apr 10, 2024
43 checks passed
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.

2 participants