Skip to content

Commit f17fb2c

Browse files
committed
sonarcloud
1 parent 858ddf4 commit f17fb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
continue-on-error: true
120120
run: |
121121
poetry install
122-
poetry run coverage run -m unittest discover || echo "ack-lambda tests failed" >> ../../failed_tests.txt
122+
poetry run coverage run -m unittest --source=src discover || echo "ack-lambda tests failed" >> ../../failed_tests.txt
123123
poetry run coverage xml -o ../../ack-lambda-coverage.xml
124124
125125
- name: Run unittest with coverage-mns-subscription

0 commit comments

Comments
 (0)