Skip to content

Commit 18dc6ca

Browse files
committed
Add codecov token
1 parent 106a457 commit 18dc6ca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/Build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
5353
- name: Upload coverage to Codecov
5454
if: github.event_name != 'schedule'
55-
uses: codecov/codecov-action@v3
55+
uses: codecov/codecov-action@v4
5656
with:
57+
token: ${{ secrets.CODECOV_TOKEN }}
5758
file: ./_meta/coverage.xml
5859
fail_ci_if_error: true

0 commit comments

Comments
 (0)