Skip to content

Commit 1de878c

Browse files
committed
sonarcloud II
1 parent f17fb2c commit 1de878c

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 --source=src discover || echo "ack-lambda tests failed" >> ../../failed_tests.txt
122+
poetry run coverage run --source=src -m unittest 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)