File tree 3 files changed +7
-8
lines changed
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,10 @@ jobs:
52
52
with :
53
53
python-version : ${{ matrix.py }}
54
54
- run : pip install tox
55
+ - run : tox -e py -- -vvv --cov-fail-under=100
56
+ if : matrix.py == '3.10.2'
55
57
- run : tox -e py -- -vvv
56
- - uses : codecov/codecov-action@a1ed4b322b4b38cb846afb5a0ebfa17086917d27
57
- with :
58
- file : ./coverage.xml
59
- name : ${{ matrix.os }}
58
+ if : matrix.py != '3.10.2'
60
59
61
60
deploy :
62
61
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
Original file line number Diff line number Diff line change 2
2
<a href =" https://pdoc.dev/ " ><img alt =" pdoc " src =" https://pdoc.dev/logo.svg " width =" 200 " height =" 100 " /></a >
3
3
<br ><br >
4
4
<a href =" https://pdoc.dev/docs/pdoc.html " ><img height =" 20 " alt =" pdoc documentation " src =" https://shields.mitmproxy.org/badge/docs-pdoc.dev-brightgreen.svg " ></a >
5
- <a href = " https://github.com/mitmproxy/pdoc/actions?query=branch%3Amain " >< img height =" 20 " alt =" CI Status " src =" https://shields.mitmproxy.org/github/workflow/status/mitmproxy/pdoc/CI?label=CI&logo=github " ></ a >
6
- <a href = " https://codecov.io/gh/mitmproxy/pdoc " >< img height =" 20 " alt =" Code Coverage " src =" https://shields.mitmproxy.org/codecov/c/github/mitmproxy/pdoc/main.svg?label=codecov&logo=codecov&logoColor=white " ></ a >
5
+ <img height =" 20 " alt =" CI Status " src =" https://shields.mitmproxy.org/github/workflow/status/mitmproxy/pdoc/CI?label=CI&logo=github " >
6
+ <img height =" 20 " alt =" Code Coverage " src =" https://shields.mitmproxy.org/badge/coverage-100%25-brightgreen " >
7
7
<a href =" https://pypi.python.org/pypi/pdoc " ><img height =" 20 " alt =" PyPI Version " src =" https://shields.mitmproxy.org/pypi/v/pdoc.svg " ></a >
8
- <a href = " https://pypi.python.org/pypi/pdoc " >< img height =" 20 " alt =" Supported Python Versions " src =" https://shields.mitmproxy.org/pypi/pyversions/pdoc.svg " ></ a >
8
+ <img height =" 20 " alt =" Supported Python Versions " src =" https://shields.mitmproxy.org/pypi/pyversions/pdoc.svg " >
9
9
</p >
10
10
11
11
API Documentation for Python Projects.
Original file line number Diff line number Diff line change 9
9
-e .
10
10
commands =
11
11
pdoc --version
12
- pytest --cov =pdoc --cov-config =tox.ini --cov-report xml --cov-report term-missing {posargs:-m " not slow" }
12
+ pytest --cov =pdoc --cov-config =tox.ini --cov-report term-missing {posargs:-m " not slow" }
13
13
14
14
[testenv:flake8]
15
15
commands = flake8 pdoc test {posargs}
You can’t perform that action at this time.
0 commit comments