• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

galaxyproject / planemo
78%
master: 71%

Build:
Build:
LAST BUILD BRANCH: merge_test_reports
DEFAULT BRANCH: master
Repo Added 09 Mar 2015 03:09AM UTC
Files 152
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH fix_resolvers_conf
branch: fix_resolvers_conf
CHANGE BRANCH
x
Reset
  • fix_resolvers_conf
  • 0.10.0
  • 0.11.0
  • 0.11.1
  • 0.12.2
  • 0.13.1
  • 0.13.2
  • 0.14.0
  • 0.15.0
  • 0.16.0
  • 0.17.0
  • 0.18.0
  • 0.18.1
  • 0.21.0
  • 0.22.0
  • 0.22.1
  • 0.22.2
  • 0.25.0
  • 0.25.1
  • 0.27.0
  • 0.28.0
  • 0.29.0
  • 0.30.0
  • 0.30.1
  • 0.30.2
  • 0.31.0
  • 0.32.0
  • 0.33.0
  • 0.33.1
  • 0.33.2
  • 0.34.0
  • 0.34.1
  • 0.36.0
  • 0.36.1
  • 0.37.0
  • 0.38.0
  • 0.38.1
  • 0.39.0
  • 0.40.0
  • 0.40.1
  • 0.41.0
  • 0.42.0
  • 0.42.1
  • 0.43.0
  • 0.44.0
  • 0.45.0
  • 0.46.0
  • 0.46.1
  • 0.47.0
  • 0.48.0
  • 0.49.0
  • 0.49.1
  • 0.49.2
  • 0.50.0
  • 0.50.1
  • 0.51.0
  • 0.52.0
  • 0.53.0
  • 0.55.0
  • 0.56.0
  • 0.57.0
  • 0.57.1
  • 0.58.0
  • 0.58.1
  • 0.58.2
  • 0.59.0
  • 0.6.0
  • 0.60.0
  • 0.62.0
  • 0.62.1
  • 0.7.0
  • 0.8.0
  • 0.8.1
  • 0.8.3
  • 0.8.4
  • 0.9.0
  • 141
  • add_repeat_icon
  • adsf
  • asdf2
  • bgruening-patch-1
  • blankenberg-conditional-name-docfix-1
  • blankenberg-patch-1
  • blankenberg-patch-1-1
  • conda
  • conda_channel_mess
  • diff-adjust
  • docker_galaxy
  • docs
  • exclude_deprecated
  • fix-573
  • fix-clone-bare-mode
  • fix-docs
  • fix-output-name
  • fix-xunit-reports
  • fix_docker_run
  • fix_external_workflow_testing
  • fix_setup
  • flow_category
  • hash-chcek
  • jenkins
  • killr
  • kitematic
  • lint_fix
  • logging_improve
  • looks-like-a-bug
  • martenson-patch-1
  • master
  • missing-filters
  • mulled_init
  • mulled_register
  • none_version
  • profiles
  • python_template_version
  • readme_update_2018
  • redirected_links
  • remove_shell_exec
  • report-templates
  • root_spec
  • shed-compat
  • shed-diff-report
  • shed2tap2
  • skip_workflow_outs
  • testcase_repr
  • tool_builder
  • tool_shed_lower
  • training_init
  • usrname-validation
  • warning_rm
  • workflow_edit
  • workflow_test_test
  • xsd
  • xunit-capture
  • xunit-improvements

pending completion
947

push

travis-ci

Bjoern Gruening
fix duplicated attributes

Remove one of the two prefix="" attributes from the `resolvers_conf.xml` which results in this error:

```
  File "/home/bag/projects/code/galaxy-test/lib/galaxy/tools/deps/__init__.py", line 44, in build_dependency_manager
    dependency_manager = DependencyManager( **dependency_manager_kwds )
  File "/home/bag/projects/code/galaxy-test/lib/galaxy/tools/deps/__init__.py", line 87, in __init__
    self.dependency_resolvers = self.__build_dependency_resolvers( conf_file )
  File "/home/bag/projects/code/galaxy-test/lib/galaxy/tools/deps/__init__.py", line 132, in __build_dependency_resolvers
    plugin_source = plugin_config.plugin_source_from_path( conf_file )
  File "/home/bag/projects/code/galaxy-test/lib/galaxy/util/plugin_config.py", line 74, in plugin_source_from_path
    return ('xml', ElementTree.parse( path ).getroot())
  File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1182, in parse
    tree.parse(source, parser)
  File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 656, in parse
    parser.feed(data)
  File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed
    self._raiseerror(v)
  File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror
    raise err
xml.etree.ElementTree.ParseError: duplicate attribute: line 2, column 66
```

1 of 1 new or added line in 1 file covered. (100.0%)

3644 of 4656 relevant lines covered (78.26%)

1.56 hits per line

Relevant lines Covered
Build:
Build:
4656 RELEVANT LINES 3644 COVERED LINES
1.56 HITS PER LINE
Source Files on fix_resolvers_conf
  • List 0
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
947 fix_resolvers_conf fix duplicated attributes Remove one of the two prefix="" attributes from the `resolvers_conf.xml` which results in this error: ``` File "/home/bag/projects/code/galaxy-test/lib/galaxy/tools/deps/__init__.py", line 44, in build_dependency_mana... push 15 Jan 2016 09:01PM UTC Bjoern Gruening travis-ci pending completion  
945 fix_resolvers_conf remove unsed import push 15 Jan 2016 04:32PM UTC Björn Grüning travis-ci pending completion  
943 fix_resolvers_conf fix duplicated attributes Remove one of the two prefix="" attributes from the `resolvers_conf.xml` which results in this error: ``` File "/home/bag/projects/code/galaxy-test/lib/galaxy/tools/deps/__init__.py", line 44, in build_dependency_... push 14 Jan 2016 11:54PM UTC Björn Grüning travis-ci pending completion  
See All Builds (1989)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc