We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed38734 commit 70e7311Copy full SHA for 70e7311
.github/actions/test/action.yml
@@ -35,6 +35,7 @@ runs:
35
# compute code coverage
36
run: |
37
cd build
38
+ cmake --build .
39
cmake --build . --target coverage
40
- name: Upload test report
41
uses: actions/upload-artifact@v4
.github/workflows/coverage.yml
@@ -1,11 +1,5 @@
1
name: Code Coverage
2
3
-on:
4
- push:
5
- branches: [ main ]
6
- pull_request:
7
8
-
9
jobs:
10
coverage:
11
runs-on: ubuntu-latest
0 commit comments