Skip to content

Commit f6e97da

Browse files
committed
ci: fix coverage upload
At least on my local system, there's no suffix.
1 parent f22f015 commit f6e97da

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Tests
22

33
on:
4-
- push
5-
- pull_request
4+
push:
5+
branches:
6+
- main
7+
pull_request:
68

79
jobs:
810
tests:
@@ -96,6 +98,8 @@ jobs:
9698
with:
9799
name: coverage-data
98100
path: ".coverage.*"
101+
if-no-files-found: error
102+
include-hidden-files: true
99103

100104
- name: Upload documentation
101105
if: matrix.session == 'docs-build'

0 commit comments

Comments
 (0)