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

chrisjsewell / ipypublish / 635
79%
master: 78%

Build:
Build:
LAST BUILD BRANCH: issue#119
DEFAULT BRANCH: master
Ran 19 Apr 2019 06:36PM UTC
Jobs 5
Files 116
Run time 11min
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
635

push

travis-ci

web-flow
Add Sphinx extension for glossary referencing: `ipypublish.sphinx.gls` (#75)

- Added Sphinx extension for glossary referencing: `ipypublish.sphinx.gls`.
  See :ref:`sphinx_ext_gls`

- Added `ConvertBibGloss` post-processor,
  to convert a bibglossary to the required format

- Added notebook-level metadata options for `bibglossary` and `sphinx`
  (see :ref:`meta_doclevel_schema`)

- Large refactoring and improvements for test suite, particularly for testing
  of Sphinx extensions (using the Sphinx pytest fixtures) and creation of the
  `IpyTestApp` fixture

- fixes #71 

Back-compatibility breaking changes:

- renamed Sphinx notebook extension from
  `ipypublish.ipysphinx` to `ipypublish.sphinx.notebook`
  (see :ref:`sphinx_ext_notebook`)

- `ipypublish.postprocessors.base.IPyPostProcessor.run_postprocess`
  input signature changed (and consequently it has changes for all post-processors)

`v0.9`:

```python
   def run_postprocess(self, stream, filepath, resources):
      output_folder = filepath.parent
```

`v0.10`:

``` python
   def run_postprocess(self, stream, mimetype, filepath, resources):
      output_folder = filepath.parent
```

4490 of 5716 relevant lines covered (78.55%)

3.85 hits per line

Jobs
ID Job ID Ran Files Coverage
3 635.3 (TEST_TYPE="pytest" PYPI_DEPLOY=true) 19 Apr 2019 06:39PM UTC 0
78.15
Travis Job 635.3
4 635.4 (TEST_TYPE="pytest") 19 Apr 2019 06:36PM UTC 0
75.21
Travis Job 635.4
5 635.5 (TEST_TYPE="pytest") 19 Apr 2019 06:38PM UTC 0
78.07
Travis Job 635.5
6 635.6 (TEST_TYPE="pytest") 19 Apr 2019 06:40PM UTC 0
78.04
Travis Job 635.6
7 635.7 (TEST_TYPE="pytest") 19 Apr 2019 06:47PM UTC 0
75.21
Travis Job 635.7
Source Files on build 635
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #635
  • 230b8560 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

© 2026 Coveralls, Inc