Skip to content

Commit c706361

Browse files
committed
CI: Stop using Codecov in favor of coverage report
1 parent 2acbeeb commit c706361

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

.codecov.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v4
26-
with:
27-
fetch-depth: 2 # For codecov
2826
- uses: ./.github/actions/setup
2927
with:
3028
python-version: 3.11
@@ -42,7 +40,6 @@ jobs:
4240
- run: flake8 pdoc setup.py
4341
- run: mypy -p pdoc
4442
- run: time coverage run -m unittest -v pdoc.test
45-
- run: bash <(curl -s https://codecov.io/bash)
4643
- run: coverage report
4744
- run: PDOC_TEST_PANDOC=1 time python -m unittest -v pdoc.test.CliTest.test_pdf_pandoc
4845
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)