Skip to content

Commit 114259a

Browse files
committed
codecov
1 parent f62a9e1 commit 114259a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ dependencies = [
3434
"scvi-tools",
3535
"scanpy",
3636
"hyperopt",
37-
"mock"
37+
"mock",
38+
"codecov"
3839
]
3940

4041
[project.optional-dependencies]

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"scvi-tools==0.20.0",
2525
"scanpy",
2626
"hyperopt",
27+
"codecov"
2728
],
2829
python_requires=">=3.8",
2930
classifiers=(

0 commit comments

Comments
 (0)