From: Jérémie Astor Date: Sun, 16 Feb 2020 16:26:43 +0000 (+0100) Subject: :wrench: fix indent, again and again and again X-Git-Tag: nightly~1941 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=cccf69ee9737d2430dd1d4f14ae76c531f708ca4;p=gwion.git :wrench: fix indent, again and again and again --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index af571660..9a5bd638 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -30,13 +30,13 @@ jobs: SEVERITY: 3 run: export GWION_TEST_DIR=${{ runner.tmp }}/tmp/test; mkdir $GWION_TEST_DIR && make test - - name: Install gcovr - run: | - sudo apt-get update - sudo apt-get install gcovr - - - name: Report - run: | - COV_TXT=$(gcovr --html-details cov.html -s | grep lines | cut -d" " -f2) - COV_NUM=${COV_TXT: : -1} - echo $COV_NUM + - name: Install gcovr + run: | + sudo apt-get update + sudo apt-get install gcovr + + - name: Report + run: | + COV_TXT=$(gcovr --html-details cov.html -s | grep lines | cut -d" " -f2) + COV_NUM=${COV_TXT: : -1} + echo $COV_NUM