We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
coverage report
1 parent 2acbeeb commit c706361Copy full SHA for c706361
.codecov.yml
.github/workflows/ci.yml
@@ -23,8 +23,6 @@ jobs:
23
runs-on: ubuntu-latest
24
steps:
25
- uses: actions/checkout@v4
26
- with:
27
- fetch-depth: 2 # For codecov
28
- uses: ./.github/actions/setup
29
with:
30
python-version: 3.11
@@ -42,7 +40,6 @@ jobs:
42
40
- run: flake8 pdoc setup.py
43
41
- run: mypy -p pdoc
44
- run: time coverage run -m unittest -v pdoc.test
45
- - run: bash <(curl -s https://codecov.io/bash)
46
- run: coverage report
47
- run: PDOC_TEST_PANDOC=1 time python -m unittest -v pdoc.test.CliTest.test_pdf_pandoc
48
- uses: actions/upload-artifact@v4
0 commit comments