File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments