Skip to content

Commit 8cc9d94

Browse files
committed
chore: codecov use lcov
1 parent 7dd617e commit 8cc9d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
FOLDER: public # The folder the action should deploy.
3535

3636
- name: Codecov
37-
run: bash <(curl -s https://codecov.io/bash) -f './coverage/clover.xml' -t ${{ secrets.CODECOV_TOKEN }} || echo 'Codecov failed to upload'
37+
run: bash <(curl -s https://codecov.io/bash) -f './coverage/lcov.info' -t ${{ secrets.CODECOV_TOKEN }} || echo 'Codecov failed to upload'

0 commit comments

Comments
 (0)