Skip to content

Commit 26e3afc

Browse files
committed
add pytest-cov to dev envs
1 parent 2d2bbbe commit 26e3afc

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

dev/env-py38.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dependencies:
2525
- pydantic-settings
2626
- pyright
2727
- pytest
28+
- pytest-cov
2829
- pytest-xdist
2930
- python-dotenv
3031
- python=3.8 # changed

dev/env-tf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dependencies:
2525
- pydantic-settings
2626
- pyright
2727
- pytest
28+
- pytest-cov
2829
- pytest-xdist
2930
- python-dotenv
3031
# - python=3.9 # removed

dev/env-wo-python.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dependencies:
2525
- pydantic-settings
2626
- pyright
2727
- pytest
28+
- pytest-cov
2829
- pytest-xdist
2930
- python-dotenv
3031
# - python=3.9 # removed

dev/env.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dependencies:
2525
- pydantic-settings
2626
- pyright
2727
- pytest
28+
- pytest-cov
2829
- pytest-xdist
2930
- python-dotenv
3031
- python=3.9

0 commit comments

Comments
 (0)