Skip to content

Commit c2fdd01

Browse files
committed
send to codecov
1 parent 6707487 commit c2fdd01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: npm install
2424
- run: npm test
2525
- run: npm run test:coverage
26-
# - name: codecov
27-
# uses: codecov/codecov-action@v3
28-
# env:
29-
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
26+
- name: codecov
27+
uses: codecov/codecov-action@v3
28+
env:
29+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)