Skip to content

Commit 38c33e5

Browse files
committed
corrections
1 parent 45bb3bc commit 38c33e5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ jobs:
130130
continue-on-error: true
131131
run: |
132132
poetry install
133-
poetry run coverage run --rcfile=.coveragerc --source=src -m unittest discover || echo "mns_subscription tests failed" >> ../../failed_tests.txt
133+
poetry run coverage run -m unittest discover || echo "mns_subscription tests failed" >> ../../failed_tests.txt
134+
poetry run coverage report -m
134135
poetry run coverage xml -o ../../mns_subscription-coverage.xml
135136
136137
- name: Run unittest with redis_sync

lambdas/.coveragerc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,3 @@ omit =
66
id_sync/tests/*
77
id_sync/tests/*/*
88
id_sync/tests/*/*/*
9-
mns_subscription/tests/*
10-
mns_subscription/tests/*/*
11-
mns_subscription/tests/*/*/*

0 commit comments

Comments
 (0)