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

biocore / biom-format / 1103 / 3
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 30 Aug 2019 03:31PM UTC
Files 16
Run time 2s
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

30 Aug 2019 03:29PM UTC coverage: 86.25%. Remained the same
PYTHON_VERSION=3.7 WITH_DOCTEST=True USE_CYTHON=True

push

travis-ci

ElDeveloper
don't strip tabs from header (#822)

* don't strip tabs from header

- in tsv data with row and column names the first cell of the
  header is usually left empty, e.g. tsv export from R does it
  like this
- the content of the 1st cell in the header seems not to appear
  in the header anyway, so leaving it unstripped might also be fine
- stripping the leading tab leads to an error:

```
Traceback (most recent call last):
  File "/gpfs1/data/galaxy_server/galaxy/database/dependencies/_conda/envs/__biom-format@2.1.5/bin/biom", line 6, in <module>
    sys.exit(biom.cli.cli())
  File "/gpfs1/data/galaxy_server/galaxy/database/dependencies/_conda/envs/__biom-format@2.1.5/lib/python3.6/site-packages/click/core.py", line 722, in __call__
    return self.main(*args, **kwargs)
  File "/gpfs1/data/galaxy_server/galaxy/database/dependencies/_conda/envs/__biom-format@2.1.5/lib/python3.6/site-packages/click/core.py", line 697, in main
    rv = self.invoke(ctx)
  File "/gpfs1/data/galaxy_server/galaxy/database/dependencies/_conda/envs/__biom-format@2.1.5/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/gpfs1/data/galaxy_server/galaxy/database/dependencies/_conda/envs/__biom-format@2.1.5/lib/python3.6/site-packages/click/core.py", line 895, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/gpfs1/data/galaxy_server/galaxy/database/dependencies/_conda/envs/__biom-format@2.1.5/lib/python3.6/site-packages/click/core.py", line 535, in invoke
    return callback(*args, **kwargs)
  File "/gpfs1/data/galaxy_server/galaxy/database/dependencies/_conda/envs/__biom-format@2.1.5/lib/python3.6/site-packages/biom_format-2.1.5-py3.6-linux-x86_64.egg/biom/cli/table_converter.py", line 114, in convert
    table = load_table(input_fp)
  File "/gpfs1/data/galaxy_server/galaxy/database/dependencies/_conda/envs/__biom-format@2.1.5/lib/python3.6/site-packages/b... (continued)

1207 of 1496 branches covered (80.68%)

2528 of 2931 relevant lines covered (86.25%)

0.86 hits per line

Source Files on job 1103.3 (PYTHON_VERSION=3.7 WITH_DOCTEST=True USE_CYTHON=True)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1066
  • Travis Job 1103.3
  • 6a63bba5 on github
  • Prev Job for PYTHON_VERSION=3.7 WITH_DOCTEST=True USE_CYTHON=True on master (#1102.3)
  • Next Job for PYTHON_VERSION=3.7 WITH_DOCTEST=True USE_CYTHON=True on master (#1105.3)
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

© 2026 Coveralls, Inc