Skip to content

Commit

Permalink
Added coverage report.
Browse files Browse the repository at this point in the history
  • Loading branch information
3coins committed Apr 3, 2024
1 parent bdcaf0c commit a30a494
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 2 deletions.
87 changes: 86 additions & 1 deletion libs/aws/poetry.lock

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

3 changes: 2 additions & 1 deletion libs/aws/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ optional = true

[tool.poetry.group.test.dependencies]
pytest = "^7.4.3"
pytest-cov = "^4.1.0"
syrupy = "^4.0.2"
pytest-asyncio = "^0.23.2"

Expand Down Expand Up @@ -77,7 +78,7 @@ build-backend = "poetry.core.masonry.api"
#
# https://github.com/tophat/syrupy
# --snapshot-warn-unused Prints a warning on unused snapshots rather than fail the test suite.
addopts = "--snapshot-warn-unused --strict-markers --strict-config --durations=5"
addopts = "--snapshot-warn-unused --strict-markers --strict-config --durations=5 --cov=langchain_aws"
# Registering custom markers.
# https://docs.pytest.org/en/7.1.x/example/markers.html#registering-markers
markers = [
Expand Down

0 comments on commit a30a494

Please sign in to comment.