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

chrisjsewell / ipypublish / 676
78%
master: 78%

Build:
Build:
LAST BUILD BRANCH: issue#119
DEFAULT BRANCH: master
Ran 09 Jul 2019 05:31PM 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
676

push

travis-ci

web-flow
fix image reference clashes in rst (#89)

fixes #88 

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
```

* flake8 fixes

4495 of 5724 relevant lines covered (78.53%)

2.32 hits per line

Jobs
ID Job ID Ran Files Coverage
3 676.3 (TEST_TYPE="pytest" PYPI_DEPLOY=true) 09 Jul 2019 05:31PM UTC 0
78.23
Travis Job 676.3
4 676.4 (TEST_TYPE="pytest") 09 Jul 2019 05:31PM UTC 0
75.3
Travis Job 676.4
6 676.6 (TEST_TYPE="pytest") 09 Jul 2019 05:32PM UTC 0
78.13
Travis Job 676.6
Source Files on build 676
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #676
  • 05d7055e on github
  • Prev Build on develop (#670)
  • Next Build on develop (#677)
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