Skip to content

Commit 8fe3de8

Browse files
committed
Use Codecov GitHub Action
1 parent c2dd066 commit 8fe3de8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,10 @@ jobs:
7575
7676
- name: Push code coverage
7777
if: ${{ matrix.make_target == 'lcov' }}
78-
run: |
79-
cp libvmod-redis-*-coverage.info codecov.info
80-
bash <(curl -s https://codecov.io/bash) -X gcov -X coveragepy -t ${{ secrets.CODECOV_TOKEN }}
78+
uses: codecov/codecov-action@v5
79+
with:
80+
token: ${{ secrets.CODECOV_TOKEN }}
81+
fail_ci_if_error: true
8182

8283
- name: Show test report
8384
if: ${{ failure() }}

0 commit comments

Comments
 (0)