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 1821ac7 commit 22c9878Copy full SHA for 22c9878
.github/workflows/continuous-integration.yml
@@ -54,10 +54,11 @@ jobs:
54
name: TestResults (${{ runner.os }})
55
path: TestResults-*.html
56
- name: Upload coverage report to Codecov
57
- if: matrix.os == 'ubuntu-latest'
58
- uses: codecov/codecov-action@v3
+ if: matrix.os == 'ubuntu-latest' && env.CODECOV_TOKEN != ''
+ uses: codecov/codecov-action@v4
59
with:
60
files: coverage/*/coverage.cobertura.xml
61
+ token: ${{ secrets.CODECOV_TOKEN }}
62
- name: Upload coverage report to Codacy
63
env:
64
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
0 commit comments