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 a79f41f commit 15f659bCopy full SHA for 15f659b
terraform/pipelines/modules/codepipeline/buildspecs/unittests.yml
@@ -16,7 +16,7 @@ phases:
16
commands:
17
- echo "Running pytest with coverage reporting..."
18
# Run tests and generate coverage report
19
- - pytest --cov=src --cov-report=xml --cov-report=term-missing --cov-fail-under=80
+ - pytest tests/ --cov=. --cov-report=xml --cov-report=term-missing --cov-fail-under=80
20
post_build:
21
22
- echo "Unit testing and coverage reporting completed."
0 commit comments