qiniu / dart-sdk

Qiniu Resource (Cloud) Storage SDK for Dart
24 stars 25 forks source link

修复 PutPolicy 的 forceSaveKey 类型 #49

Closed yinxulai closed 3 years ago

yinxulai commented 3 years ago

jira-issue:https://jira.qiniu.io/browse/KODO-12696 参考文档:https://developer.qiniu.com/kodo/1206/put-policy

codecov[bot] commented 3 years ago

Codecov Report

Merging #49 (133d26c) into master (0f1e56e) will decrease coverage by 56.81%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #49       +/-   ##
===========================================
- Coverage   72.60%   15.78%   -56.82%     
===========================================
  Files          27       27               
  Lines         646      646               
===========================================
- Hits          469      102      -367     
- Misses        177      544      +367     
Impacted Files Coverage Δ
base/lib/src/auth/put_policy.dart 96.00% <100.00%> (-4.00%) :arrow_down:
base/lib/src/storage/task/task.dart 0.00% <0.00%> (-100.00%) :arrow_down:
base/lib/src/storage/methods/put/put_options.dart 0.00% <0.00%> (-100.00%) :arrow_down:
...orage/methods/put/by_part/put_by_part_options.dart 0.00% <0.00%> (-100.00%) :arrow_down:
...e/methods/put/by_single/put_by_single_options.dart 0.00% <0.00%> (-100.00%) :arrow_down:
...c/storage/methods/put/by_part/init_parts_task.dart 0.00% <0.00%> (-97.06%) :arrow_down:
...rage/methods/put/by_single/put_by_single_task.dart 0.00% <0.00%> (-94.74%) :arrow_down:
base/lib/src/storage/task/request_task.dart 0.00% <0.00%> (-84.22%) :arrow_down:
base/lib/src/error/error.dart 0.00% <0.00%> (-83.34%) :arrow_down:
base/lib/src/storage/error/error.dart 4.76% <0.00%> (-80.96%) :arrow_down:
... and 10 more

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 0f1e56e...133d26c. Read the comment docs.