mirror of https://github.com/pwndbg/pwndbg
Update tests.yml
This commit is contained in:
parent
0b0b09c7f5
commit
894f6e2103
|
@ -40,7 +40,7 @@ jobs:
|
|||
PWNDBG_GITHUB_ACTIONS_TEST_RUN=1 ./tests.sh --cov
|
||||
|
||||
- name: Process coverage data
|
||||
if: matrix.os == 'ubuntu-22.04' && success() || failure()
|
||||
if: matrix.os == 'ubuntu-22.04'
|
||||
run: |
|
||||
coverage combine
|
||||
coverage xml
|
||||
|
|
Loading…
Reference in New Issue