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

chrisjsewell / ipypublish / 673
79%
master: 78%

Build:
Build:
LAST BUILD BRANCH: issue#119
DEFAULT BRANCH: master
Ran 09 Jul 2019 04:55PM UTC
Jobs 3
Files 116
Run time 1min
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

pending completion
673

push

travis-ci

chrisjsewell
fix image reference clashes in rst

If an image is set without a caption (e.g. `![](image.png)`), then pandoc will assign an iterative reference identifier to it:

```
|image0|

.. |image0| image:: image.png
```

However, this iterator restarts for each markdown cell, which can lead to reference clashes. Therefore we specifically assign the identifier here, as its url

```
|main_files/example1.png|

.. |main_files/example1.png| image:: main_files/example1.png
```

4496 of 5725 relevant lines covered (78.53%)

2.32 hits per line

Jobs
ID Job ID Ran Files Coverage
3 673.3 (TEST_TYPE="pytest" PYPI_DEPLOY=true) 09 Jul 2019 04:55PM UTC 0
78.24
Travis Job 673.3
4 673.4 (TEST_TYPE="pytest") 09 Jul 2019 04:55PM UTC 0
75.3
Travis Job 673.4
6 673.6 (TEST_TYPE="pytest") 09 Jul 2019 04:56PM UTC 0
78.13
Travis Job 673.6
Source Files on build 673
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #673
  • 6d0cd57a on github
  • Prev Build on fix-issue88 (#672)
  • Next Build on fix-issue88 (#674)
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