f3d icon indicating copy to clipboard operation
f3d copied to clipboard

Support config filename/filestem only

Open mwestphal opened this issue 3 years ago • 1 comments

--config now support filename/fileStem , which is great and lets us specify a config file for thumbnails.

  • Add support for filename/fileStem in --config
  • Update/Improve doc
  • Fix an issue with options not read from config file, introduced in #396
  • Add a thumbnail.json and use it in thumbnailers
  • Add tests

mwestphal avatar Sep 06 '22 13:09 mwestphal

Codecov Report

Merging #399 (b663371) into master (baca08d) will increase coverage by 0.03%. The diff coverage is 95.00%.

@@            Coverage Diff             @@
##           master     #399      +/-   ##
==========================================
+ Coverage   94.90%   94.94%   +0.03%     
==========================================
  Files          91       91              
  Lines        4553     4567      +14     
==========================================
+ Hits         4321     4336      +15     
+ Misses        232      231       -1     
Impacted Files Coverage Δ
application/F3DOptionsParser.h 100.00% <ø> (ø)
application/F3DConfigFileTools.cxx 78.04% <60.00%> (+1.30%) :arrow_up:
application/F3DOptionsParser.cxx 97.93% <100.00%> (+0.08%) :arrow_up:
application/F3DStarter.cxx 98.05% <100.00%> (+0.05%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] avatar Sep 06 '22 13:09 codecov[bot]

last push is only commit reorg.

mwestphal avatar Sep 23 '22 13:09 mwestphal