Skip to content

Commit c468138

Browse files
authored
Fix CI coverage file uploads (#436)
* upload coverage files fix * update lockfile
1 parent 1475793 commit c468138

2 files changed

Lines changed: 1528 additions & 1386 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
uses: actions/upload-artifact@v4
101101
with:
102102
name: coverage-data-${{ matrix.os }}-${{ matrix.python }}
103+
include-hidden-files: true
103104
path: ".coverage.*"
104105

105106
- name: Upload documentation

0 commit comments

Comments
 (0)