From: Alexander Popov Date: Fri, 10 Mar 2023 20:03:04 +0000 (+0300) Subject: Erase coverage to prepare for unit-testing X-Git-Tag: v0.6.6~221 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=c2e241009c4bdf10a5424e7fe1611cdb0a9d4d23;hp=08a85625ebcff1a055a294666207b950f0a31afc;p=kconfig-hardened-check.git Erase coverage to prepare for unit-testing --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 380bd49..4f543d0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -166,3 +166,7 @@ jobs: fail_ci_if_error: true verbose: true + - name: Erase coverage + run: | + coverage erase + rm ./coverage.xml