From f88b588b60dd6bc6f8206e65425231d68d2d130a Mon Sep 17 00:00:00 2001 From: Dolan Date: Thu, 1 Jul 2021 13:08:50 +0100 Subject: [PATCH] Fix codecov yml --- .github/workflows/default.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 1442003b56..8641b58af7 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -33,6 +33,11 @@ jobs: run: npm ci - name: Test run: npm run test.coverage + - name: Codecov + uses: codecov/codecov-action@v1 + with: + fail_ci_if_error: true + verbose: true lint: name: Lint runs-on: ubuntu-latest @@ -132,12 +137,3 @@ jobs: npm run ts-node -- ./demo/61-text-frame.ts npm run ts-node -- ./demo/62-paragraph-spacing.ts npm run ts-node -- ./demo/63-odd-even-header-footer.ts - codecov: - name: Codecov - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - uses: codecov/codecov-action@v1 - with: - fail_ci_if_error: true - verbose: true