We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bcd5b3 commit afc02c4Copy full SHA for afc02c4
.github/workflows/test.yml
@@ -22,8 +22,8 @@ jobs:
22
- name: Install rdkit
23
run: python -m pip install rdkit openbabel-wheel
24
- name: Install dependencies
25
- run: python -m pip install .[amber,ase,pymatgen] coverage codecov
+ run: python -m pip install .[amber,ase,pymatgen] coverage
26
- name: Test
27
run: cd tests && coverage run --source=../dpdata -m unittest && cd .. && coverage combine tests/.coverage && coverage report
28
- name: Run codecov
29
- run: codecov
+ uses: codecov/codecov-action@v3
0 commit comments