We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4450a0 + f2261ef commit 638746cCopy full SHA for 638746c
2 files changed
.github/workflows/cicd-ut.yml
@@ -22,4 +22,10 @@ jobs:
22
23
- name: Run tests
24
run: |
25
- python -m pytest tests -vv
+ python -m pytest tests -vv --cov --cov-branch --cov-report=xml
26
+
27
+ - name: Upload coverage reports to Codecov
28
+ uses: codecov/codecov-action@v5
29
+ with:
30
+ token: ${{ secrets.CODECOV_TOKEN }}
31
+ slug: deepmodeling/LAMBench
pyproject.toml
@@ -38,7 +38,7 @@ mace = ["mace-torch"]
38
mattersim = ["mattersim >= 1.1.1"]
39
orb = ["orb-models","pynanoflann@git+https://github.com/dwastberg/pynanoflann#egg=af434039ae14bedcbb838a7808924d6689274168"]
40
sevenn = ["sevenn"]
41
-test = ["pytest"]
+test = ["pytest", "pytest-cov"]
42
dflow = ["pydflow", "lbg"]
43
phonopy = ["phonopy@git+https://github.com/phonopy/phonopy.git", "scikit-learn"]
44
0 commit comments