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 f17fb2c commit 1de878cCopy full SHA for 1de878c
.github/workflows/sonarcloud.yml
@@ -119,7 +119,7 @@ jobs:
119
continue-on-error: true
120
run: |
121
poetry install
122
- poetry run coverage run -m unittest --source=src discover || echo "ack-lambda tests failed" >> ../../failed_tests.txt
+ poetry run coverage run --source=src -m unittest discover || echo "ack-lambda tests failed" >> ../../failed_tests.txt
123
poetry run coverage xml -o ../../ack-lambda-coverage.xml
124
125
- name: Run unittest with coverage-mns-subscription
0 commit comments