Skip to content

Conversation

@aman051197
Copy link
Collaborator

Added extensions parameter support for Javascript SDK and related testcases.

@codecov
Copy link

codecov bot commented Oct 29, 2021

Codecov Report

Merging #45 (a27c0b6) into master (8b65733) will increase coverage by 1.81%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   92.65%   94.47%   +1.81%     
==========================================
  Files           9        9              
  Lines         177      181       +4     
  Branches       38       40       +2     
==========================================
+ Hits          164      171       +7     
+ Misses          6        4       -2     
+ Partials        7        6       -1     
Impacted Files Coverage Δ
src/upload/index.ts 100.00% <100.00%> (+10.71%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8b65733...a27c0b6. Read the comment docs.

@aman051197 aman051197 requested a review from manu4543 October 29, 2021 11:58
fileName : file.files[0].name || "test_image.jpg",
tags : ["test_tag_1"]
tags : ["test_tag_1"],
extensions : [{name: "aws-auto-tagging", minConfidence: 80, maxTags: 10}]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment it out so that during testing, user don't end up consuming extension quota.

README.md Outdated
file: file.files[0],
fileName: "abc1.jpg",
tags: ["tag1"]
extensions: [{name: "aws-auto-tagging", minConfidence: 80, maxTags: 10}]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Format it.

@imagekitio imagekitio merged commit 326e6db into master Nov 2, 2021
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.

3 participants