eclipse / kiso-testing

https://kiso-testing.readthedocs.io/
Other
38 stars 42 forks source link

fix: multiple execution if file pattern is provided #403

Closed Pog3k closed 10 months ago

Pog3k commented 10 months ago

Prevent multiple execution when -p flag is given through the cli.

Happens when multiple suite_dir are given in the config file.

codecov[bot] commented 10 months ago

Codecov Report

Merging #403 (37f1621) into master (0a2685e) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #403   +/-   ##
=======================================
  Coverage   97.11%   97.12%           
=======================================
  Files          85       85           
  Lines        6866     6877   +11     
=======================================
+ Hits         6668     6679   +11     
  Misses        198      198           
Files Coverage Δ
src/pykiso/test_coordinator/test_execution.py 99.09% <100.00%> (+0.04%) :arrow_up:

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

Pog3k commented 10 months ago

Just add an entry in the what's new and we're good to go :)

Normally we just add new features there. This is just a bug fix ?!