Fix indentation in github worflow

Change-Id: I9a171444510c63b3c4f22649a6b06daa17e88f58
diff --git a/.github/workflows/ci_test_and_coverage.yml b/.github/workflows/ci_test_and_coverage.yml
index b8aa8bb..346e3f1 100644
--- a/.github/workflows/ci_test_and_coverage.yml
+++ b/.github/workflows/ci_test_and_coverage.yml
@@ -22,6 +22,6 @@
 
       - name: Upload coverage report to Codecov
         uses: codecov/codecov-action@v1
-          with:
-            token: ${{ secrets.CODECOV_TOKEN }}
-            verbose: true
+        with:
+          token: ${{ secrets.CODECOV_TOKEN }}
+          verbose: true