Skip to content

Commit 46f86bb

Browse files
committed
experiment! coverage dir
1 parent 55f932b commit 46f86bb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,12 @@ jobs:
397397
&& runner.os == 'Linux'
398398
run: |
399399
pip install gcovr
400+
- name: Experimentally make a coverage dir [FIXME]
401+
if: >-
402+
!cancelled()
403+
&& runner.os == 'Linux'
404+
run: |
405+
mkdir -pv coverage
400406
- name: Experimentally run Gcovr [FIXME]
401407
if: >-
402408
!cancelled()

0 commit comments

Comments
 (0)