Skip to content

Commit

Permalink
test: coverage added (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
bagxi authored Jan 4, 2024
1 parent 3b96a05 commit e599f11
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
env:
REQUIREMENTS: ${{ matrix.requirements }}
run: |
poetry run pytest .
poetry run pytest --cov hydra_slayer -vvv -p no:cacheprovider .
- name: Check dependencies compatibility
run: |
Expand Down
95 changes: 94 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ optional = true

[tool.poetry.group.test.dependencies]
pytest = "^6.0.0"
pytest-cov = "^4.1.0"

[tool.poetry.group.docs]
optional = true
Expand Down

0 comments on commit e599f11

Please sign in to comment.