Skip to content

Commit 2b56498

Browse files
authored
ci: remove codecov dependency and build step (#248)
* chore: remove codecov from dev-requirements.txt * ci: remove codecov step from gh-action Issue #247
1 parent 47cc1bf commit 2b56498

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/python-tests-compatibility.yml

-3
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,3 @@ jobs:
7272
- name: Test
7373
run: |
7474
make test report-coverage
75-
76-
- name: Upload Coverage to Codecov
77-
uses: codecov/codecov-action@v1

dev-requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ setuptools>=38.2.4
88
setuptools-scm>=1.15.6
99
pylint==2.8.3
1010
pytest-cov>=3.0.0
11-
codecov==2.1.11
1211
flake8==3.8.4
1312
bandit==1.7.0
1413
sphinx

0 commit comments

Comments
 (0)