Skip to content

Commit af71b75

Browse files
author
Mik
committed
chore: fix GA codecov
1 parent 8fd5ec7 commit af71b75

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,5 +34,5 @@ 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/clover.xml' -t ${{ secrets.CODECOV_TOKEN }} || echo 'Codecov failed to upload'
3838

0 commit comments

Comments
 (0)