summaryrefslogtreecommitdiffstats
path: root/jjb/integration
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2022-02-08 09:13:38 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2022-02-08 09:13:38 +0000
commit7b8c3bd4f4db49d00ed1d4fb7febdacc4be6d77c (patch)
tree868ec890e9b4d7ddd9c4c056b73de4f62946749f /jjb/integration
parenteaf54021ed975ec06717633deb3225487dd0fd7f (diff)
Add 'cov' env execution on integration/data-provider python files change
Issue-ID: INT-2060 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I04560e767be53263984f96069da93946d6778f7b
Diffstat (limited to 'jjb/integration')
-rw-r--r--jjb/integration/integration-data-provider.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/integration/integration-data-provider.yaml b/jjb/integration/integration-data-provider.yaml
index d1fd1f967..d8a719c26 100644
--- a/jjb/integration/integration-data-provider.yaml
+++ b/jjb/integration/integration-data-provider.yaml
@@ -45,6 +45,10 @@
tox-dir: '.'
tox-envs: 'md'
pattern: '**/*.md'
+ - 'cov':
+ tox-dir: '.'
+ tox-envs: 'cov'
+ pattern: '**/*.py'
stream:
- 'master':
branch: 'master'