Skip to content

Commit b4c60e3

Browse files
committed
Comment coverage to txt for now
1 parent 57fc11c commit b4c60e3

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -491,21 +491,21 @@ jobs:
491491
working-directory: ${{runner.workspace}}/build
492492
run: lcov2xml coverage/merged.info -o coverage/cobertura.xml
493493

494-
- name: Convert to Coverage TXT
495-
working-directory: ${{runner.workspace}}/build
496-
run: python3 ${{runner.workspace}}/cobertura.py coverage/cobertura.info coverage/coverage.txt
494+
#- name: Convert to Coverage TXT
495+
# working-directory: ${{runner.workspace}}/build
496+
# run: python3 ${{runner.workspace}}/cobertura.py coverage/cobertura.info coverage/coverage.txt
497497

498498
- name: Upload Cobertura XML
499499
uses: actions/upload-artifact@v4
500500
with:
501501
name: cobertura-coverage
502502
path: ${{runner.workspace}}/build/coverage/cobertura.xml
503503

504-
- name: Upload Coverage TXT
505-
uses: actions/upload-artifact@v4
506-
with:
507-
name: text-coverage
508-
path: ${{runner.workspace}}/build/coverage/coverage.txt
504+
#- name: Upload Coverage TXT
505+
# uses: actions/upload-artifact@v4
506+
# with:
507+
# name: text-coverage
508+
# path: ${{runner.workspace}}/build/coverage/coverage.txt
509509

510510
- name: Coveralls
511511
uses: coverallsapp/github-action@master

0 commit comments

Comments
 (0)