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

index af571660bf3f821b032962a21fc7c5d1ed579d9b..9a5bd638843ce7a7edaa68f802b6a7897e667162 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: 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