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

chrisjsewell / ipypublish / 634
79%
master: 78%

Build:
Build:
LAST BUILD BRANCH: issue#119
DEFAULT BRANCH: master
Ran 18 Apr 2019 05:19PM UTC
Jobs 5
Files 116
Run time 9min
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
634

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 634.3 (TEST_TYPE="pytest" PYPI_DEPLOY=true) 18 Apr 2019 05:19PM UTC 0
78.15
Travis Job 634.3
4 634.4 (TEST_TYPE="pytest") 18 Apr 2019 05:20PM UTC 0
75.21
Travis Job 634.4
5 634.5 (TEST_TYPE="pytest") 18 Apr 2019 05:20PM UTC 0
78.07
Travis Job 634.5
6 634.6 (TEST_TYPE="pytest") 18 Apr 2019 05:21PM UTC 0
78.06
Travis Job 634.6
7 634.7 (TEST_TYPE="pytest") 18 Apr 2019 05:29PM UTC 0
75.21
Travis Job 634.7
Source Files on build 634
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #634
  • 230b8560 on github
  • Next Build on working (#636)
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