Skip to content

Commit

Permalink
Drop coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jarofgreen committed Jan 9, 2025
1 parent dd48a96 commit 6316b60
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ jobs:
- run: pip install .[test]
- run: pip install "myst-parser${{ matrix.myst-parser-version }}"
# Run pytest
- run: pytest -vv --cov sphinxcontrib
- run: pytest -vv sphinxcontrib
# Also try building the docs in the docs directory
- run: pip install sphinx_rtd_theme
- run: cd docs && make dirhtml
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls --service=github

0 comments on commit 6316b60

Please sign in to comment.