Skip to content

Commit eab0b50

Browse files
authored
Merge pull request #1209 from consideRatio/pr/fix-codecov-deprecation
ci: use non-deprecated codecov uploader
2 parents 3d05b32 + 89f2b61 commit eab0b50

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,4 @@ jobs:
9191
run: |
9292
pytest --verbose --color=yes --durations=10 --cov=repo2docker tests/${{ matrix.repo_type }}
9393
94-
- name: Submit codecov report
95-
run: |
96-
codecov
94+
- uses: codecov/codecov-action@v3

dev-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
build
2-
codecov
32
conda-lock
43
pre-commit
54
pytest-cov

0 commit comments

Comments
 (0)