Skip to content

Commit fa052d2

Browse files
committed
config codecov
1 parent 588e840 commit fa052d2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,19 @@ jobs:
2828
- name: Test
2929
run: yarn test
3030

31-
- name: Upload Coverage to OtterWise
31+
- name: Upload coverage to OtterWise
3232
uses: getOtterWise/github-action@v1
3333
with:
3434
token: ${{ secrets.OTTERWISE_TOKEN }}
3535

36-
- name: Coveralls
36+
- name: Upload coverage to Coveralls
3737
uses: coverallsapp/github-action@v2
3838
with:
3939
# github-token: ${{ secrets.GITHUB_TOKEN }}
4040
format: lcov
4141
file: ./coverage/lcov.info
42+
43+
- name: Upload coverage to Codecov
44+
uses: codecov/codecov-action@v5
45+
with:
46+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)