Skip to content

Commit 8cbf903

Browse files
committed
Removed coverage and report parts because of version and implementation conflict in jenkins
1 parent 53c375c commit 8cbf903

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

dev.cfg

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ extensions +=
1010
parts +=
1111
test
1212
testrestapi
13-
coverage
14-
report
1513
code-analysis
1614
ploneversioncheck
1715
searchandreplace
@@ -112,27 +110,6 @@ eggs =
112110
plonemeeting.restapi[test]
113111
environment = testenv
114112

115-
[coverage]
116-
recipe = zc.recipe.egg
117-
eggs = coverage
118-
119-
[report]
120-
recipe = zc.recipe.egg
121-
eggs = coverage
122-
scripts = coverage=report
123-
initialization =
124-
sys.argv = sys.argv[:] + ['html', '-i']
125-
126-
;[robot]
127-
;recipe = zc.recipe.egg
128-
;eggs =
129-
; ${test:eggs}
130-
; plone.app.robotframework[debug]
131-
; robotframework-selenium2screenshots
132-
;initialization =
133-
; import os
134-
; os.environ['ENV'] = 'DEV'
135-
136113
[code-analysis]
137114
recipe = plone.recipe.codeanalysis
138115
return-status-codes = False

versions-dev.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ipython = 3.2.3
66
profilehooks = 1.8.1
77
Babel = 2.1.1
88
babel = 2.1.1
9-
coverage = 4.2
109
plone.recipe.codeanalysis = 3.0.1
1110
flake8 = 3.7.7
1211
flake8-isort = 2.2.1

0 commit comments

Comments
 (0)