Skip to content

Commit 70e7311

Browse files
committed
test
1 parent ed38734 commit 70e7311

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/actions/test/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ runs:
3535
# compute code coverage
3636
run: |
3737
cd build
38+
cmake --build .
3839
cmake --build . --target coverage
3940
- name: Upload test report
4041
uses: actions/upload-artifact@v4

.github/workflows/coverage.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
name: Code Coverage
22

3-
on:
4-
push:
5-
branches: [ main ]
6-
pull_request:
7-
branches: [ main ]
8-
93
jobs:
104
coverage:
115
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)