mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Fix file name
This commit is contained in:
parent
269a21584b
commit
ffc0dae6a4
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -1009,7 +1009,7 @@ jobs:
|
|||||||
${cov_params[@]} \
|
${cov_params[@]} \
|
||||||
-o console_output_style=count \
|
-o console_output_style=count \
|
||||||
-p no:sugar \
|
-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 \
|
--exclude-warning-annotations \
|
||||||
$(sed -n "${{ matrix.group }},1p" pytest_buckets.txt) \
|
$(sed -n "${{ matrix.group }},1p" pytest_buckets.txt) \
|
||||||
2>&1 | tee pytest-${{ matrix.python-version }}-${{ matrix.group }}.txt
|
2>&1 | tee pytest-${{ matrix.python-version }}-${{ matrix.group }}.txt
|
||||||
@ -1035,8 +1035,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: test-results-full-${{ matrix.python-version }}-${{ matrix.group }}
|
name: test-results-full-${{ matrix.python-version }}-${{ matrix.group }}
|
||||||
path: junit.xml
|
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
|
- name: Check dirty
|
||||||
run: |
|
run: |
|
||||||
./script/check_dirty
|
./script/check_dirty
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -140,4 +140,4 @@ tmp_cache
|
|||||||
pytest_buckets.txt
|
pytest_buckets.txt
|
||||||
|
|
||||||
# Contains test execution times used for splitting tests
|
# Contains test execution times used for splitting tests
|
||||||
pytest-execution-time-report.json
|
pytest-execution-time-report*.json
|
Loading…
x
Reference in New Issue
Block a user