Skip to content

Commit 067851c

Browse files
committed
build(env): add pytest-cov and genbadge
1 parent ec61d50 commit 067851c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

environment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ dependencies:
1414
- plotly_express=0.4.1
1515
- pylint=3.3.4
1616
- pytest=8.3.4
17+
- pytest-cov=6.2.1
1718
- pytest-xdist=3.6.1
1819
- python=3.13.1
1920
- rich=13.9.4
2021
- simpy=4.1.1
2122
- pip:
23+
- genbadge==1.1.2
2224
- kaleido==1.0.0
2325
- sim-tools==0.10.0
2426
- -e .[dev]

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
genbadge==1.1.2
12
ipykernel==6.29.5
23
jinja2==3.1.5
34
joblib==1.4.2
@@ -11,6 +12,7 @@ pip==25.0
1112
plotly_express==0.4.1
1213
pylint==3.3.4
1314
pytest==8.3.4
15+
pytest-cov==6.2.1
1416
pytest-xdist==3.6.1
1517
rich==13.9.4
1618
simpy==4.1.1

0 commit comments

Comments
 (0)