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