Skip to content

Commit 2ec67dd

Browse files
committed
chore: get test coverage report
1 parent 7c4f9f8 commit 2ec67dd

File tree

4 files changed

+1043
-11
lines changed

4 files changed

+1043
-11
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ jobs:
1414
- run: npm install
1515
- run: npm run lint
1616
- run: npm run test
17+
- run: npm run test:report
18+
- name: Upload coverage reports to Codecov
19+
uses: codecov/codecov-action@v3

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
node_modules
33
.idea
44
.vscode
5+
.nyc_output
6+
*.lcov

0 commit comments

Comments
 (0)