]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: fix indent, again and again
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 16 Feb 2020 16:25:27 +0000 (17:25 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 16 Feb 2020 16:25:27 +0000 (17:25 +0100)
.github/workflows/coverage.yml

index cd7a0daec85617bef8739ddd9fc813ba2030b29b..af571660bf3f821b032962a21fc7c5d1ed579d9b 100644 (file)
@@ -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