From b04dd8433dce3a533c4c3ab4e9eea8f105735cd8 Mon Sep 17 00:00:00 2001 From: monteri Date: Tue, 18 Jul 2023 17:37:30 +0300 Subject: [PATCH] feat: add typecov coverage --- .github/workflows/ci.yml | 2 ++ codechecks.yml | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 codechecks.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 721e3aa73f..5963edb098 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,8 @@ jobs: run: npm run build-docs - name: Coverage uses: codecov/codecov-action@v3 + - name: Type check + uses: codechecks/typecov@v1 - name: Extract branch name shell: bash run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" diff --git a/codechecks.yml b/codechecks.yml new file mode 100644 index 0000000000..faafef3870 --- /dev/null +++ b/codechecks.yml @@ -0,0 +1,4 @@ +checks: + - name: typecov + options: + - atLeast: 99