Skip to content

Commit 5d3cdc1

Browse files
Merge pull request #7042 from multiversx/codecov-barnard-06-12
Fix codecov for Barnard
2 parents 33cc4ae + 8bd65d5 commit 5d3cdc1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/code-coverage.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,8 @@ jobs:
3838
make test-coverage
3939
4040
- name: Upload coverage
41-
run: bash <(curl -s https://codecov.io/bash) -f coverage.txt -y codecov.yml
41+
uses: codecov/codecov-action@v5
42+
with:
43+
fail_ci_if_error: true
44+
files: coverage.txt
45+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)