Skip to content

Commit 55eed3f

Browse files
new try for coverage
1 parent f80a67e commit 55eed3f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-coverage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Coverage Report
22

33
on:
44
push:
5+
branches:
6+
- main
7+
- gcovr_github
58
paths:
69
- .github/workflows/*.yml
710
- '**CMakeLists.txt'
@@ -35,6 +38,7 @@ defaults:
3538
jobs:
3639

3740
coverage:
41+
name: Coverage Build
3842
# Use GNU compilers
3943

4044
# The CMake configure and build commands are platform agnostic and should work equally

0 commit comments

Comments
 (0)