Skip to content

Commit 0c523e9

Browse files
authored
Merge pull request #585 from Nikokrock/remove_codecov
Remove codecov
2 parents dd31512 + d8838a4 commit 0c523e9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Run Tox
3232
run: tox
3333
env:
34-
TOXENV: py${{ matrix.python-version}}-ci-xdist-cov-codecov
34+
TOXENV: py${{ matrix.python-version}}-ci-xdist-cov
3535

3636
security:
3737
runs-on: ubuntu-latest

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ deps =
88
requests-cache
99
cov: pytest-cov
1010
cov: coverage
11-
codecov: codecov
1211

1312
passenv = CI,GITHUB_*,CODECOV_*
1413
extras =
@@ -28,7 +27,6 @@ commands=
2827
cov: {envsitepackagesdir} {toxinidir}/.coverage
2928
cov: coverage html --fail-under=0
3029
cov: coverage report
31-
codecov: codecov
3230

3331
[testenv:security]
3432
# Run bandit checks. Accept yaml.load(), pickle, and exec since this

0 commit comments

Comments
 (0)