Skip to content

Commit 0cc3ab6

Browse files
authored
chore(app): fix code coverage issue (trustbloc#868)
* chore: fix code coverage issue Signed-off-by: Volodymyr Kit <[email protected]>
1 parent 73d41d7 commit 0cc3ab6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,9 @@ jobs:
6161
- name: Run unit test
6262
run: make unit-test
6363
- name: Upload coverage to Codecov
64-
run: |
65-
bash <(curl https://codecov.io/bash)
66-
env:
67-
CODECOV_UPLOAD_TOKEN: ${{ secrets.CODECOV_UPLOAD_TOKEN }}
64+
uses: codecov/codecov-action@v5
65+
with:
66+
token: ${{ secrets.CODECOV_UPLOAD_TOKEN }}
6867

6968
SDKIntegrationTest:
7069
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)