Skip to content

Commit 15f659b

Browse files
authored
Update unittests.yml
1 parent a79f41f commit 15f659b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/pipelines/modules/codepipeline/buildspecs/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ phases:
1616
commands:
1717
- echo "Running pytest with coverage reporting..."
1818
# Run tests and generate coverage report
19-
- pytest --cov=src --cov-report=xml --cov-report=term-missing --cov-fail-under=80
19+
- pytest tests/ --cov=. --cov-report=xml --cov-report=term-missing --cov-fail-under=80
2020
post_build:
2121
commands:
2222
- echo "Unit testing and coverage reporting completed."

0 commit comments

Comments
 (0)