mirror of
https://github.com/rendercv/rendercv.git
synced 2026-05-19 06:06:04 -04:00
workflows: fix test.yaml (https://github.com/actions/upload-artifact/issues/602)
This commit is contained in:
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
@@ -65,6 +65,7 @@ jobs:
|
||||
- name: Store coverage files
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
include-hidden-files: true
|
||||
name: coverage-${{ matrix.python-version }}-${{ matrix.os }}
|
||||
path: .coverage.${{ matrix.python-version }}.${{ matrix.os }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user