File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 66 id_sync/tests/*
77 id_sync/tests/*/*
88 id_sync/tests/*/*/*
9- mns_subscription/tests/*
10- mns_subscription/tests/*/*
11- mns_subscription/tests/*/*/*
You can’t perform that action at this time.
0 commit comments