Skip to content

Commit

Permalink
Minor Update to Test Codecov (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Apr 6, 2020
1 parent f543008 commit e913bce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,8 @@ jobs:
run: |
pytest --durations=10 --cov=myst_nb --cov-report=xml --cov-report=term-missing
coverage xml
# - name: Upload to coveralls
# run: |
# pip install coveralls
# coveralls
# env:
# COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_KEY }}
# for some reason the tests/conftest.py::check_nbs fixture breaks pytest-cov's cov-report outputting
# this is why we run `coverage xml` afterwards (required by codecov)
- name: Upload to Codecov
if: matrix.python-version == 3.7 && github.repository == 'ExecutableBookProject/MyST-NB'
uses: codecov/codecov-action@v1
Expand Down
2 changes: 1 addition & 1 deletion myst_nb/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


class NotebookParser(MystParser):
"""Docutils parser for IPynb + CommonMark + Math + Tables + RST Extensions """
"""Docutils parser for IPynb + CommonMark + Extensions."""

supported = ("myst-nb",)
translate_section_name = None
Expand Down

0 comments on commit e913bce

Please sign in to comment.