Skip to content

Commit b1f8908

Browse files
committed
chore: ignore constants in tests cov
1 parent 51d15bb commit b1f8908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pydantic = ["pydantic", "email-validator"]
6161

6262
[tool.coverage.run]
6363
source = ["aws_lambda_powertools"]
64-
omit = ["tests/*", "aws_lambda_powertools/exceptions/*", "aws_lambda_powertools/utilities/parser/types.py"]
64+
omit = ["tests/*", "aws_lambda_powertools/exceptions/*", "aws_lambda_powertools/utilities/parser/types.py", "aws_lambda_powertools/utilities/jmespath_utils/envelopes.py"]
6565
branch = true
6666

6767
[tool.coverage.html]

0 commit comments

Comments
 (0)