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
|
@ -55,6 +55,7 @@ jobs:
|
|||
- name: Upload coverage data
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
include-hidden-files: true
|
||||
name: coverage-data-${{ matrix.subset }}-${{ matrix.python-version }}
|
||||
path: .coverage.*
|
||||
if-no-files-found: ignore
|
||||
|
|
Loading…
Reference in New Issue