Skip to content

Commit 4eaebe5

Browse files
committed
feat: remove nyc/upload coverage
1 parent db155bd commit 4eaebe5

5 files changed

Lines changed: 19 additions & 1728 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ jobs:
2424
- name: Upload coverage
2525
uses: codecov/codecov-action@v6
2626
with:
27+
files: ./lcov.info
2728
token: ${{ secrets.CODECOV_TOKEN }}

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
node_modules
22
*.js.map
3-
.nyc_output
4-
coverage
3+
lcov.info

codecov.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)