Skip to content

Commit 40ae861

Browse files
committed
update dev dependecy
1 parent 19d9372 commit 40ae861

File tree

3 files changed

+97
-2
lines changed

3 files changed

+97
-2
lines changed

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Dependencies
2929
run: |
3030
poetry config virtualenvs.create false
31-
poetry install
31+
poetry install --with dev
3232
3333
# Step 5: Run all test cases with coverage check
3434
- name: Run Tests with Coverage Threshold

poetry.lock

Lines changed: 93 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ typer = "^0.13.1"
1414
pytest = "^8.3.3"
1515

1616

17+
[tool.poetry.group.dev.dependencies]
18+
pytest-cov = "^6.0.0"
19+
1720
[build-system]
1821
requires = ["poetry-core"]
1922
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)