Skip to content

Commit 72df026

Browse files
authored
Try to fix coverage ci
1 parent bb9ec8e commit 72df026

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,8 @@ jobs:
128128
shell: bash -l {0}
129129
run: |
130130
cd build
131-
make -j ${{ env.ncpus }} check-xeus-cpp
132-
find . -iname "*coverage.info*"
133131
make install -j ${{ env.ncpus }}
132+
make -j ${{ env.ncpus }} check-xeus-cpp
134133
135134
- name: Python tests Unix Systems
136135
if: ${{ runner.os != 'windows' }}

0 commit comments

Comments
 (0)