Skip to content

Commit 7f7986f

Browse files
authored
Multiple inheritance (#211)
1 parent d4e93af commit 7f7986f

7 files changed

Lines changed: 1290 additions & 178 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,19 @@ jobs:
484484
-a "coverage/ravi.info" \
485485
-o "coverage/merged.info"
486486
487+
- name: Install lcov2xml
488+
run: cargo install lcov2xml
489+
490+
- name: Convert to Cobertura XML
491+
working-directory: ${{runner.workspace}}/build
492+
run: lcov2xml coverage/merged.info -o coverage/cobertura.xml
493+
494+
- name: Upload Cobertura XML
495+
uses: actions/upload-artifact@v4
496+
with:
497+
name: cobertura-coverage
498+
path: ${{runner.workspace}}/build/coverage/cobertura.xml
499+
487500
- name: Coveralls
488501
uses: coverallsapp/github-action@master
489502
with:

0 commit comments

Comments
 (0)