Skip to content

Commit 8fd5ec7

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

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,5 @@ jobs:
3434
FOLDER: public # The folder the action should deploy.
3535

3636
- name: Codecov
37-
uses: codecov/codecov-action@v1
38-
with:
39-
file: coverage
40-
token: ${{ secrets.CODECOV_TOKEN }}
41-
fail_ci_if_error: false # optional (default = false)
37+
run: bash <(curl -s https://codecov.io/bash) -f './coverage/clover.xml' -t ${{ secrets.CODECOV_TOKEN }} || echo 'Codecov failed to upload'
38+

0 commit comments

Comments
 (0)