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 425a9a7 commit 4611ce8Copy full SHA for 4611ce8
.github/workflows/sonarcloud.yml
@@ -47,6 +47,7 @@ jobs:
47
id: recordprocessor
48
continue-on-error: true
49
run: |
50
+ poetry env use python3.11
51
poetry install
52
poetry run coverage run -m unittest discover || echo "recordprocessor tests failed" >> ../failed_tests.txt
53
poetry run coverage xml -o ../recordprocessor-coverage.xml
0 commit comments