3shape / docker-ci

Helps you build rock-solid Docker images. Written as a Powershell Core module. Install from PSGallery.
Apache License 2.0
5 stars 3 forks source link

Feature/use paths for test configs #106

Closed rasmusjelsgaard closed 4 years ago

rasmusjelsgaard commented 4 years ago
  1. Invoke-DockerTests param renamed from ConfigFiles to ConfigPath. Now accepts path to config file dir in addition to an array of config files. In other words you can now either:

Closes #99

codecov[bot] commented 4 years ago

Codecov Report

Merging #106 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #106   +/-   ##
=======================================
  Coverage   99.34%   99.35%           
=======================================
  Files          25       25           
  Lines         307      310    +3     
=======================================
+ Hits          305      308    +3     
  Misses          2        2           
Impacted Files Coverage Δ
Source/Public/Invoke-DockerTests.ps1 94.59% <100.00%> (+0.47%) :arrow_up:
zionyx commented 4 years ago

I did something not long ago, attempting to address this issue too. But i dont remember completing it. 😅

https://github.com/3shape/docker-ci/tree/features/acceptPathForTest-99