Skip to content

Commit 0d38dea

Browse files
committed
chore: replace nyc with c8
1 parent 691ab9a commit 0d38dea

File tree

4 files changed

+255
-1655
lines changed

4 files changed

+255
-1655
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ jobs:
1717
- run: npm run test:report
1818
- name: Upload coverage reports to Codecov
1919
uses: codecov/codecov-action@v3
20+
with:
21+
directory: coverage

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
node_modules
33
.idea
44
.vscode
5-
.nyc_output
6-
*.lcov
75
dist
6+
coverage

0 commit comments

Comments
 (0)