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 7c2a780 commit 6bcca2aCopy full SHA for 6bcca2a
.github/workflows/sonarcloud.yml
@@ -124,14 +124,13 @@ jobs:
124
125
- name: Run unittest with coverage-mns-subscription
126
working-directory: lambdas/mns_subscription
127
- id: id_sync
+ id: mns_subscription
128
env:
129
PYTHONPATH: ${{ env.LAMBDA_PATH }}/mns_subscription/src:${{ env.SHARED_PATH }}/src
130
continue-on-error: true
131
run: |
132
poetry install
133
poetry run coverage run --rcfile=.coveragerc --source=src -m unittest discover || echo "mns_subscription tests failed" >> ../../failed_tests.txt
134
- poetry run coverage report -m
135
poetry run coverage xml -o ../../mns_subscription-coverage.xml
136
137
- name: Run unittest with redis_sync
lambdas/mns_subscription/.coveragerc
0 commit comments