rnp icon indicating copy to clipboard operation
rnp copied to clipboard

CLI: add command --set-filename and do not store env/stdin filename in message

Open ni4 opened this issue 2 years ago • 2 comments

  • fixes #1843
  • adds --set-filename command to override file name in the literal data packet.

ni4 avatar Oct 06 '22 14:10 ni4

Codecov Report

Base: 81.79% // Head: 81.79% // Decreases project coverage by -0.00% :warning:

Coverage data is based on head (906174f) compared to base (2677cf0). Patch coverage: 86.66% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1922      +/-   ##
==========================================
- Coverage   81.79%   81.79%   -0.01%     
==========================================
  Files         140      140              
  Lines       29044    29058      +14     
==========================================
+ Hits        23757    23768      +11     
- Misses       5287     5290       +3     
Impacted Files Coverage Δ
src/rnp/fficli.cpp 81.14% <83.33%> (-0.04%) :arrow_down:
src/rnp/rnp.cpp 80.55% <100.00%> (+0.20%) :arrow_up:
src/common/file-utils.cpp 94.23% <0.00%> (-1.93%) :arrow_down:
src/tests/ffi.cpp 86.29% <0.00%> (ø)
src/lib/pgp-key.cpp 84.51% <0.00%> (+0.03%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Oct 06 '22 14:10 codecov[bot]

All debian tests failed on

247 - cli_tests-Misc (Failed)

antonsviridenko avatar Oct 08 '22 19:10 antonsviridenko

@antonsviridenko Thanks, now it should go fine...

ni4 avatar Oct 12 '22 09:10 ni4