Skip to content

Commit

Permalink
Show picked versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Aug 22, 2016
1 parent 4fb48fc commit a805be2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-4.x.cfg
Expand Up @@ -6,6 +6,8 @@ extends =
package-name = plone.app.drafts
package-extras = [test]

show-picked-versions = true

parts +=
createcoverage

Expand Down
2 changes: 2 additions & 0 deletions test-5.x.cfg
Expand Up @@ -6,6 +6,8 @@ extends =
package-name = plone.app.drafts
package-extras = [test]

show-picked-versions = true

parts +=
createcoverage

Expand Down

1 comment on commit a805be2

@jenkins-plone-org
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gforcada Jenkins CI reporting about code analysis
See the full report here: http://jenkins.plone.org/job/package-plone.app.drafts/11/violations

plone/app/drafts/dexterity.py:135:1: C901 'autosave' is too complex (15)
plone/app/drafts/tests.py:1141:15: S001 found % formatter
plone/app/drafts/tests.py:1181:15: S001 found % formatter
plone/app/drafts/tests.py:1228:15: S001 found % formatter

Follow these instructions to reproduce it locally.

Please sign in to comment.