Skip to content

Commit f476b60

Browse files
LL
L
authored and
L
committed
Merge branch 'main' into typescript-refactor
# Conflicts: # package-lock.json
2 parents a97ab9a + 163952c commit f476b60

File tree

2 files changed

+17741
-3755
lines changed

2 files changed

+17741
-3755
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ jobs:
2323
- run: npm run build
2424
- run: npm test
2525
- name: Upload coverage to Codecov
26-
uses: codecov/codecov-action@v1
26+
uses: codecov/codecov-action@v4
27+
with:
28+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)