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 67d137b commit 570f725Copy full SHA for 570f725
.github/workflows/sonarcloud.yml
@@ -140,7 +140,7 @@ jobs:
140
run: |
141
poetry env use 3.11
142
poetry install
143
- poetry run coverage run -m unittest discover || echo "id_sync tests failed" >> ../../failed_tests.txt
+ poetry run coverage run --source=src -m unittest discover || echo "id_sync tests failed" >> ../../failed_tests.txt
144
poetry run coverage xml -o ../../id_sync-coverage.xml
145
146
- name: Run Test Failure Summary
0 commit comments