Fix file name

This commit is contained in:
Robert Resch 2025-03-27 18:09:07 +01:00
parent 269a21584b
commit ffc0dae6a4
No known key found for this signature in database
GPG Key ID: 9D9D9DCB43120143
2 changed files with 2 additions and 4 deletions

View File

@ -1009,7 +1009,7 @@ jobs:
${cov_params[@]} \
-o console_output_style=count \
-p no:sugar \
--execution-time-report-name pytest-time-report-${{ matrix.python-version }}-${{ matrix.group }}.json \
--execution-time-report-name pytest-execution-time-report-${{ matrix.python-version }}-${{ matrix.group }}.json \
--exclude-warning-annotations \
$(sed -n "${{ matrix.group }},1p" pytest_buckets.txt) \
2>&1 | tee pytest-${{ matrix.python-version }}-${{ matrix.group }}.txt
@ -1035,8 +1035,6 @@ jobs:
with:
name: test-results-full-${{ matrix.python-version }}-${{ matrix.group }}
path: junit.xml
- name: Remove pytest_buckets and pytest-time-report
run: rm pytest_buckets.txt pytest-time-report-${{ matrix.python-version }}-${{ matrix.group }}.json
- name: Check dirty
run: |
./script/check_dirty

2
.gitignore vendored
View File

@ -140,4 +140,4 @@ tmp_cache
pytest_buckets.txt
# Contains test execution times used for splitting tests
pytest-execution-time-report.json
pytest-execution-time-report*.json