Skip to content

Commit 5679467

Browse files
committed
update codecov reporting
1 parent 6e62a09 commit 5679467

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,15 @@ jobs:
3333

3434
- name: Build
3535
run: |
36-
npm install codecov --location=global
3736
npm install
3837
npm run build
3938
npm run test
40-
codecov
39+
40+
- name: Coverage
41+
uses: codecov/codecov-action@v4
42+
with:
43+
token: ${{ secrets.CODECOV_TOKEN }}
44+
verbose: true
4145

4246
- name: Distribute Mac OS X and Windows binaries
4347
if: ${{ matrix.os == 'macos-latest' }}

0 commit comments

Comments
 (0)