From 425c77a0151044d82c27491435ea77902f4babdb Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 16 Feb 2020 17:25:27 +0100 Subject: [PATCH] :wrench: fix indent, again and again --- .github/workflows/coverage.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 -- 2.43.0