mirror of https://github.com/coqui-ai/TTS.git
ci: explicitly upload hidden files for coverage
Due to breaking change in upload-artifact action: actions/upload-artifact#602
This commit is contained in:
parent
659b4852ba
commit
f5e21489e5
.github/workflows
|
@ -55,6 +55,7 @@ jobs:
|
||||||
- name: Upload coverage data
|
- name: Upload coverage data
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
include-hidden-files: true
|
||||||
name: coverage-data-${{ matrix.subset }}-${{ matrix.python-version }}
|
name: coverage-data-${{ matrix.subset }}-${{ matrix.python-version }}
|
||||||
path: .coverage.*
|
path: .coverage.*
|
||||||
if-no-files-found: ignore
|
if-no-files-found: ignore
|
||||||
|
|
Loading…
Reference in New Issue