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 106a457 commit 18dc6caCopy full SHA for 18dc6ca
1 file changed
.github/workflows/Build.yml
@@ -52,7 +52,8 @@ jobs:
52
53
- name: Upload coverage to Codecov
54
if: github.event_name != 'schedule'
55
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
56
with:
57
+ token: ${{ secrets.CODECOV_TOKEN }}
58
file: ./_meta/coverage.xml
59
fail_ci_if_error: true
0 commit comments