Skip to content

Commit 570f725

Browse files
committed
id_sync discover source
1 parent 67d137b commit 570f725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
run: |
141141
poetry env use 3.11
142142
poetry install
143-
poetry run coverage run -m unittest discover || echo "id_sync tests failed" >> ../../failed_tests.txt
143+
poetry run coverage run --source=src -m unittest discover || echo "id_sync tests failed" >> ../../failed_tests.txt
144144
poetry run coverage xml -o ../../id_sync-coverage.xml
145145
146146
- name: Run Test Failure Summary

0 commit comments

Comments
 (0)