Skip to content

Commit

Permalink
feat: typescript coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
monteri committed Jul 14, 2023
1 parent fae10e1 commit 54b1353
Show file tree
Hide file tree
Showing 3 changed files with 130 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: Upload coverage to Codecov
run: npx codecov
- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
Expand Down
127 changes: 127 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
"axios-mock-adapter": "^1.21.1",
"babel-jest": "^28.1.2",
"babel-loader": "^8.2.4",
"codecov": "^3.8.3",
"commander": "^9.3.0",
"enzyme": "^3.9.0",
"eslint": "8.18.0",
Expand Down

0 comments on commit 54b1353

Please sign in to comment.