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 de50dae commit d3156f7Copy full SHA for d3156f7
.github/workflows/sonarcloud.yml
@@ -142,7 +142,7 @@ jobs:
142
continue-on-error: true
143
run: |
144
poetry install
145
- poetry run coverage run --rcfile=.coveragerc --source=src -m unittest discover || echo "redis_sync tests failed" >> ../../failed_tests.txt
+ poetry run coverage run --source=src -m unittest discover || echo "redis_sync tests failed" >> ../../failed_tests.txt
146
poetry run coverage xml -o ../../redis_sync-coverage.xml
147
148
- name: Run unittest with shared
lambdas/.coveragerc
@@ -6,6 +6,3 @@ omit =
6
id_sync/tests/*
7
id_sync/tests/*/*
8
id_sync/tests/*/*/*
9
- redis_sync/tests/*
10
- redis_sync/tests/*/*
11
- redis_sync/tests/*/*/*
lambdas/redis_sync/.coveragerc
0 commit comments