We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a4cab commit 8fd5ec7Copy full SHA for 8fd5ec7
.github/workflows/main.yml
@@ -34,8 +34,5 @@ jobs:
34
FOLDER: public # The folder the action should deploy.
35
36
- 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)
+ run: bash <(curl -s https://codecov.io/bash) -f './coverage/clover.xml' -t ${{ secrets.CODECOV_TOKEN }} || echo 'Codecov failed to upload'
+
0 commit comments