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

chrisjsewell / ipypublish / 632 / 6
78%
master: 78%

Build:
DEFAULT BRANCH: master
Ran 18 Apr 2019 04:45PM UTC
Files 116
Run time 5s
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

18 Apr 2019 04:36PM UTC coverage: 78.062%. First build
TEST_TYPE="pytest"

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

4462 of 5716 relevant lines covered (78.06%)

0.78 hits per line

Source Files on job 632.6 (TEST_TYPE="pytest")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 555
  • Travis Job 632.6
  • 230b8560 on github
  • Next Job for TEST_TYPE="pytest" on master (#638.4)
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