Skip to content

Commit 3ec55de

Browse files
add action for displaying the coverage
1 parent d72ccc0 commit 3ec55de

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build-coverage.yml

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

33
on:
44
push:
5-
branches:
6-
- main
7-
- gcovr_github
85
paths:
96
- .github/workflows/*.yml
107
- '**CMakeLists.txt'
@@ -101,3 +98,7 @@ jobs:
10198
coveralls-out: coveralls.json
10299
print-summary: true
103100
root: ${{github.workspace}}
101+
- uses: 5monkeys/cobertura-action@master
102+
with:
103+
path: cobertura.xml
104+
minimum_coverage: 45

0 commit comments

Comments
 (0)