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
|
||||
if: matrix.os == 'ubuntu-22.04'
|
||||
run: |
|
||||
cd tests/gdb-tests
|
||||
coverage combine
|
||||
coverage xml
|
||||
|
||||
|
|
Loading…
Reference in New Issue