commit | 168f2a59fb11e136a535d687f98b44573b01b7ce | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Nov 13 18:15:53 2020 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Nov 13 18:15:53 2020 +0100 |
tree | 0daca16f31696229bffc421d1556f789847ccf3f | |
parent | 860b2488475fe962cfedddd99196247454465f57 [diff] |
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