File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: continuous-integration
3
3
on : [push, pull_request]
4
4
5
5
env :
6
- COVERAGE_THRESHOLD : 62
6
+ COVERAGE_THRESHOLD : 60
7
7
8
8
jobs :
9
9
94
94
95
95
# Run tests under coverage
96
96
- name : Run the tests
97
- run : pytest --cov pydata_sphinx_theme --cov-report term-missing:skip-covered --cov-fail-under ${{ env.COVERAGE_THRESHOLD }}
97
+ run : pytest --cov pydata_sphinx_theme --cov-report term-missing:skip-covered --cov-branch --cov- fail-under ${{ env.COVERAGE_THRESHOLD }}
98
98
99
99
- name : Upload coverage
100
100
if : ${{ always() }}
Original file line number Diff line number Diff line change 1
1
# pydata-sphinx-theme
2
2
3
+ ![ pypi] ( https://img.shields.io/pypi/v/pydata-sphinx-theme ) [ ![ conda-forge] ( https://img.shields.io/conda/vn/conda-forge/pydata-sphinx-theme.svg )] ( https://anaconda.org/conda-forge/pydata-sphinx-theme ) [ ![ continuous-integration] ( https://github.com/pydata/pydata-sphinx-theme/actions/workflows/tests.yml/badge.svg )] ( https://github.com/pydata/pydata-sphinx-theme/actions/workflows/tests.yml ) [ ![ docs] ( https://readthedocs.org/projects/pydata-sphinx-theme/badge/ )] ( https://readthedocs.org/projects/pydata-sphinx-theme/builds/ ) [ ![ codecov] ( https://codecov.io/gh/pydata/pydata-sphinx-theme/branch/master/graph/badge.svg?token=NwOObjYacn )] ( https://codecov.io/gh/pydata/pydata-sphinx-theme )
4
+
3
5
A Bootstrap-based Sphinx theme from the PyData community.
4
6
5
7
Demo site: https://pydata-sphinx-theme.readthedocs.io/en/latest/
You can’t perform that action at this time.
0 commit comments