Skip to content

Commit c5e7337

Browse files
author
Andrea Scuderi
committed
Fix CodeCov
1 parent 2973d06 commit c5e7337

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/swift-test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
- name: Coverage
4040
run: |
4141
make coverage
42-
- name: Upload Code Coverage
43-
uses: codecov/codecov-action@v3
42+
- name: Upload coverage reports to Codecov
43+
uses: codecov/codecov-action@v4.0.1
4444
with:
45+
token: ${{ secrets.CODECOV_TOKEN }}
46+
slug: swift-serverless/BreezeLambdaWebHook
4547
files: ${{ github.workspace }}/lcov.info

0 commit comments

Comments
 (0)