From: Jérémie Astor Date: Sun, 16 Feb 2020 16:25:27 +0000 (+0100) Subject: :wrench: fix indent, again and again X-Git-Tag: nightly~1942 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=425c77a0151044d82c27491435ea77902f4babdb;p=gwion.git :wrench: fix indent, again and again --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index cd7a0dae..af571660 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: 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 + run: | + COV_TXT=$(gcovr --html-details cov.html -s | grep lines | cut -d" " -f2) + COV_NUM=${COV_TXT: : -1} + echo $COV_NUM