diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 54ab6db5a5..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