Skip to content

Commit

Permalink
feat: add typecov coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
monteri committed Jul 19, 2023
1 parent fae10e1 commit b04dd84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/})"
Expand Down
4 changes: 4 additions & 0 deletions codechecks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
checks:
- name: typecov
options:
- atLeast: 99

0 comments on commit b04dd84

Please sign in to comment.