We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ecc4a commit 5122a07Copy full SHA for 5122a07
Makefile
@@ -17,11 +17,11 @@ lint: format
17
poetry run flake8 aws_lambda_powertools/* tests/*
18
19
test:
20
- poetry run pytest -m "not perf" --cov=./ --cov-report=xml
+ poetry run pytest -m "not perf" --cov=aws_lambda_powertools --cov-report=xml
21
poetry run pytest --cache-clear tests/performance
22
23
coverage-html:
24
- poetry run pytest -m "not perf" --cov-report=html
+ poetry run pytest -m "not perf" --cov=aws_lambda_powertools --cov-report=html
25
26
pr: lint test security-baseline complexity-baseline
27
0 commit comments