X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=.github%2Fworkflows%2Fmain.yml;h=4f543d04fab36df37986976d54c012b3302e70dd;hb=c2e241009c4bdf10a5424e7fe1611cdb0a9d4d23;hp=d6b8cfd949fb76ae75f6e101af334e8a973107a1;hpb=4925c2aef187b7e292537afaecbbbc8b15ad5d97;p=kconfig-hardened-check.git diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d6b8cfd..4f543d0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: - max-parallel: 4 + max-parallel: 3 fail-fast: false matrix: # Current ubuntu-latest (Ubuntu 22.04) provides the following versions of Python: @@ -166,3 +166,7 @@ jobs: fail_ci_if_error: true verbose: true + - name: Erase coverage + run: | + coverage erase + rm ./coverage.xml