mirror of https://github.com/pwndbg/pwndbg
fixed coverage uploading
This commit is contained in:
parent
e63d289b95
commit
8eabec5541
|
@ -40,6 +40,7 @@ jobs:
|
||||||
- name: Process coverage data
|
- name: Process coverage data
|
||||||
if: matrix.os == 'ubuntu-22.04'
|
if: matrix.os == 'ubuntu-22.04'
|
||||||
run: |
|
run: |
|
||||||
|
cd tests/gdb-tests
|
||||||
coverage combine
|
coverage combine
|
||||||
coverage xml
|
coverage xml
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue