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

cli: add filebytes parameter type #1762

Merged
merged 1 commit into from
Feb 19, 2021
Merged

cli: add filebytes parameter type #1762

merged 1 commit into from
Feb 19, 2021

Conversation

AnnaShaleva
Copy link
Member

Close #1752.

@codecov
Copy link

codecov bot commented Feb 18, 2021

Codecov Report

Merging #1762 (db73d6a) into master (fe918e2) will increase coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1762      +/-   ##
==========================================
+ Coverage   82.61%   82.67%   +0.06%     
==========================================
  Files         271      271              
  Lines       22140    22149       +9     
==========================================
+ Hits        18290    18311      +21     
+ Misses       2725     2713      -12     
  Partials     1125     1125              
Impacted Files Coverage Δ
cli/smartcontract/smart_contract.go 87.84% <100.00%> (+0.04%) ⬆️
pkg/smartcontract/param_type.go 97.40% <100.00%> (+0.10%) ⬆️
pkg/smartcontract/parameter.go 80.76% <100.00%> (+0.06%) ⬆️
pkg/core/interop/json/json.go 100.00% <0.00%> (+100.00%) ⬆️

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 fe918e2...db73d6a. Read the comment docs.

pkg/smartcontract/param_type.go Outdated Show resolved Hide resolved
pkg/smartcontract/param_type.go Outdated Show resolved Hide resolved
pkg/smartcontract/param_type.go Outdated Show resolved Hide resolved
cli/smartcontract/smart_contract.go Outdated Show resolved Hide resolved
cli/smartcontract/smart_contract.go Outdated Show resolved Hide resolved
cli/smartcontract/smart_contract.go Outdated Show resolved Hide resolved
cli/smartcontract/smart_contract.go Outdated Show resolved Hide resolved
@roman-khimov roman-khimov merged commit 7f6a0fd into master Feb 19, 2021
@roman-khimov roman-khimov deleted the cli/files branch February 19, 2021 08:14
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.

Add ability to pass files as parameters to CLI invocations
2 participants