Skip to content

Commit afc02c4

Browse files
authored
fix codecov (#373)
Codecov python package is deprecated does not work any more. This patch migrates it to another version.
1 parent 0bcd5b3 commit afc02c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- name: Install rdkit
2323
run: python -m pip install rdkit openbabel-wheel
2424
- name: Install dependencies
25-
run: python -m pip install .[amber,ase,pymatgen] coverage codecov
25+
run: python -m pip install .[amber,ase,pymatgen] coverage
2626
- name: Test
2727
run: cd tests && coverage run --source=../dpdata -m unittest && cd .. && coverage combine tests/.coverage && coverage report
2828
- name: Run codecov
29-
run: codecov
29+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)