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

Add invoke --data-file option and e2e tests #680

Merged
merged 2 commits into from
Apr 8, 2021

Conversation

wcs1only
Copy link
Contributor

@wcs1only wcs1only commented Apr 8, 2021

Description

The dapr invoke command now also has a data-file option.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #668

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@codecov
Copy link

codecov bot commented Apr 8, 2021

Codecov Report

Merging #680 (ac09016) into master (494c24b) will decrease coverage by 0.17%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #680      +/-   ##
==========================================
- Coverage   19.97%   19.79%   -0.18%     
==========================================
  Files          28       28              
  Lines        1367     1364       -3     
==========================================
- Hits          273      270       -3     
  Misses       1061     1061              
  Partials       33       33              
Impacted Files Coverage Δ
pkg/standalone/client.go 0.00% <ø> (ø)
pkg/standalone/invoke.go 72.72% <100.00%> (-3.28%) ⬇️

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 494c24b...ac09016. Read the comment docs.

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.

For publish and invoke CLI actions, add --data-file option.
2 participants