From 5a31dc157618521482113f8dda2160bde49a99cc Mon Sep 17 00:00:00 2001 From: GP Date: Thu, 16 Dec 2021 18:13:29 +0530 Subject: [PATCH] fix(ci): fix broken YAML --- .github/workflows/pr.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index a9037d6..8f40bde 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -80,10 +80,10 @@ jobs: - name: Install dependencies uses: npm ci - name: Upload code coverage - uses: codecov/codecov-action@v1 - with: - token: ${{ secrets.CODECOV_TOKEN }} - directory: coverage - flags: unittests - fail_ci_if_error: true - verbose: true + uses: codecov/codecov-action@v1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + directory: coverage + flags: unittests + fail_ci_if_error: true + verbose: true