Skip to content

Commit d3156f7

Browse files
committed
test: coverage
1 parent de50dae commit d3156f7

File tree

3 files changed

+1
-18
lines changed

3 files changed

+1
-18
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
continue-on-error: true
143143
run: |
144144
poetry install
145-
poetry run coverage run --rcfile=.coveragerc --source=src -m unittest discover || echo "redis_sync tests failed" >> ../../failed_tests.txt
145+
poetry run coverage run --source=src -m unittest discover || echo "redis_sync tests failed" >> ../../failed_tests.txt
146146
poetry run coverage xml -o ../../redis_sync-coverage.xml
147147
148148
- name: Run unittest with shared

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-
redis_sync/tests/*
10-
redis_sync/tests/*/*
11-
redis_sync/tests/*/*/*

lambdas/redis_sync/.coveragerc

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)