Skip to content

Commit 9efebd2

Browse files
new try for coverage
1 parent 55eed3f commit 9efebd2

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/build-coverage.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@ on:
55
branches:
66
- main
77
- gcovr_github
8-
paths:
9-
- .github/workflows/*.yml
10-
- '**CMakeLists.txt'
11-
- 'cmake/**'
12-
- 'examples/**'
13-
- 'src/**'
14-
- '!**Makefile'
15-
- '!**md'
8+
# paths:
9+
# - .github/workflows/*.yml
10+
# - '**CMakeLists.txt'
11+
# - 'cmake/**'
12+
# - 'examples/**'
13+
# - 'src/**'
14+
# - '!**Makefile'
15+
# - '!**md'
1616
pull_request:
1717
branches:
1818
- main
19-
paths:
20-
- .github/workflows/*.yml
21-
- '**CMakeLists.txt'
22-
- 'cmake/**'
23-
- 'examples/**'
24-
- 'src/**'
25-
- '!**Makefile'
26-
- '!**md'
27-
19+
# paths:
20+
# - .github/workflows/*.yml
21+
# - '**CMakeLists.txt'
22+
# - 'cmake/**'
23+
# - 'examples/**'
24+
# - 'src/**'
25+
# - '!**Makefile'
26+
# - '!**md'
27+
#
2828
#permissions:
2929
# contents: read
3030

0 commit comments

Comments
 (0)