Skip to content

Commit 1cf286e

Browse files
committed
sonarcloud
1 parent 4611ce8 commit 1cf286e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
1919

@@ -47,7 +47,6 @@ jobs:
4747
id: recordprocessor
4848
continue-on-error: true
4949
run: |
50-
poetry env use python3.11
5150
poetry install
5251
poetry run coverage run -m unittest discover || echo "recordprocessor tests failed" >> ../failed_tests.txt
5352
poetry run coverage xml -o ../recordprocessor-coverage.xml
@@ -61,7 +60,7 @@ jobs:
6160
continue-on-error: true
6261
run: |
6362
poetry install
64-
poetry run coverage run -m unittest discover -p "*batch*.py" || echo "recordforwarder tests failed" >> ../failed_tests.txt
63+
poetry run coverage run -m unittest discover -s "./tests" -p "*batch*.py" || echo "recordforwarder tests failed" >> ../failed_tests.txt
6564
poetry run coverage xml -o ../recordforwarder-coverage.xml
6665
6766
- name: Run unittest with coverage-ack-lambda

0 commit comments

Comments
 (0)