Skip to content

Commit 5bed0c6

Browse files
committed
build: remove codecov from ci
currently fails with timeout Co-authored-by: Christina Ludwig <christina.ludwig@uni-heidelberg.de> @redfrexx
1 parent e196d55 commit 5bed0c6

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

.github/workflows/ci-development.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,3 @@ jobs:
5757
python -m pip install --upgrade pip tox
5858
- name: Run tox
5959
run: tox -e py${{ matrix.config.tox }}
60-
- name: Upload coverage to Codecov
61-
uses: codecov/codecov-action@v3
62-
with:
63-
token: ${{ secrets.CODECOV_TOKEN }}
64-
flags: unittests
65-
env_vars: OS,PYTHON
66-
name: codecov-umbrella
67-
fail_ci_if_error: true
68-
verbose: true

.github/workflows/ci-production.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,6 @@ jobs:
4747
python -m pip install --upgrade pip tox
4848
- name: Run tox
4949
run: tox -e py${{ matrix.config.tox }}
50-
- name: Upload coverage to Codecov
51-
uses: codecov/codecov-action@v1
52-
with:
53-
token: ${{ secrets.CODECOV_TOKEN }}
54-
flags: unittests
55-
env_vars: OS,PYTHON
56-
name: codecov-umbrella
57-
fail_ci_if_error: true
58-
verbose: true
5950
build-and-publish:
6051
name: Build and publish Python distributions 📦 to PyPI and TestPyPI
6152
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)